Trait output::Output [] [src]

pub trait Output {
    fn status(&mut self, status: &str);
    fn message(&mut self, message: &str);
    fn clear_status(&mut self);
}

Required Methods

Implementors