Function aws_sdk_rust::aws::common::xmlutil::peek_at_name [] [src]

pub fn peek_at_name<T: Peek + Next>(
    stack: &mut T
) -> Result<String, XmlParseError>

takes a peek to see if the next element is the end_element get the name of the current element in the stack. throw a parse error if it's not a StartElement