Trait aws_sdk_rust::aws::common::xmlutil::Next
[−]
[src]
pub trait Next {
fn next(&mut self) -> Option<Result<XmlEvent, Error>>;
}Move to the next part of the XML stack
Required Methods
Implementors
impl<'b> Next for XmlResponse<'b>