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