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