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

Required Methods

Implementations on Foreign Types

Implementors