pub trait ExternalPrinter {
    fn print(&mut self, msg: String) -> Result<()>;
}
Expand description

External printer

Required Methods§

Print message to stdout

Implementors§