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