pub trait EndOfInputError: Debug + 'static { // Required method fn doing(&self) -> String; // Provided method fn notes(&self) -> Vec<Note> { ... } }