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

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

Peek at next items in the XML stack

Required methods

Implementors