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