pub trait XmlReader<'de> { // Required methods fn next(&mut self) -> Result<Event<'de>, SdkError>; fn decoder(&self) -> Decoder; }