Struct igd::XmlError [] [src]

pub struct XmlError { /* fields omitted */ }

An XML parsing error.

Consists of a 2D position in a document and a textual message describing the error.

Methods

impl Error
[src]

Returns a reference to a message which is contained inside this error.

Trait Implementations

impl Display for Error
[src]

Formats the value using the given formatter. Read more

impl Error for Error
[src]

A short description of the error. Read more

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

impl Position for Error
[src]

impl From<CharReadError> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl<'a, P, M> From<(&'a P, M)> for Error where
    M: Into<Cow<'static, str>>,
    P: Position
[src]

Performs the conversion.

impl Eq for Error
[src]

impl PartialEq<Error> for Error
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for Error
[src]

Formats the value using the given formatter.

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more