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