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