Struct aws_sdk_rust::aws::s3::writeparse::QueueConfigurationListParser
[−]
[src]
pub struct QueueConfigurationListParser;
Parse QueueConfigurationList from XML
Methods
impl QueueConfigurationListParser[src]
fn parse_xml<T: Peek + Next>(
tag_name: &str,
stack: &mut T
) -> Result<QueueConfigurationList, XmlParseError>
tag_name: &str,
stack: &mut T
) -> Result<QueueConfigurationList, XmlParseError>