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