Type Definition aws_sdk_rust::aws::common::xmlutil::XmlStack [] [src]

type XmlStack<'a> = Peekable<Events<&'a [u8]>>;

syntactic sugar for the XML event stack we pass around