pub trait Printable {
    fn print(&self);
}

Required methods

Implementations on Foreign Types

Implementors