Trait aws_sdk_rust::aws::common::xmlutil::Peek [] [src]

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

Peek at next items in the XML stack

Required Methods

Implementors