rustyline

Trait ExternalPrinter

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

External printer

Required Methods§

Source

fn print(&mut self, msg: String) -> Result<()>

Print message to stdout

Implementors§