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

Required Methods

Implementations on Foreign Types

Implementors