use std::fmt::Display; pub trait IPrinter { fn print(&self, out: Printable); }