Trait pomelo_fmt::Printable

source ·
pub(crate) trait Printable {
    fn print(&self, printer: &mut Printer) -> Option<()>;
}

Required Methods§

Implementations on Foreign Types§

Implementors§