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