pub trait Output { // Provided method fn output(&mut self, _: char) { ... } }
Trait for outputing a character