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