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

Required Methods

Implementations on Foreign Types

Implementors