Trait assemblylift_iomod_s3_guest::xml_util::util::Next[][src]

pub trait Next {
    fn next(&mut self) -> Option<Result<XmlEvent, Error>>;
}
Expand description

Move to the next part of the XML stack

Required methods

Implementors