Trait rustdoc::html::format::Print[][src]

pub(crate) trait Print {
    fn print(self, buffer: &mut Buffer);
}

Required methods

Implementations on Foreign Types

Implementors