Struct aws_sdk_rust::aws::common::xmlutil::XmlParseError [] [src]

pub struct XmlParseError(pub String);

generic Error for XML parsing

Methods

impl XmlParseError
[src]

Trait Implementations

impl Debug for XmlParseError
[src]

Formats the value using the given formatter.

impl From<ParseIntError> for XmlParseError
[src]

Performs the conversion.