Trait rget::output::OutputManager [] [src]

pub trait OutputManager {
    fn info(&mut self, msg: &str);
    fn warn(&mut self, msg: &str);
    fn error(&mut self, msg: &str);
}

Required Methods

Implementors