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