Struct amxml::xmlerror::XmlError[][src]

pub struct XmlError { /* fields omitted */ }

Trait Implementations

impl Debug for XmlError
[src]

Formats the value using the given formatter. Read more

impl Display for XmlError
[src]

Formats the value using the given formatter. Read more

impl Error for XmlError
[src]

This method is soft-deprecated. Read more

The lower-level cause of this error, if any. Read more

Auto Trait Implementations

impl Send for XmlError

impl Sync for XmlError