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