pub trait TimerSink {
    fn println(&mut self, line: String);
fn reprintln(&mut self, line: String); }

Required methods

Implementors