pub trait XmlEvents<'input> { // Required method fn token(&mut self, token: Token<'input>) -> Result<(), Error>; }