Struct igd::XmlError []

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

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

Trait Implementations

impl Eq for Error

impl Error for Error

A short description of the error. Read more

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

impl PartialEq<Error> for Error

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

This method tests for !=.

impl Display for Error

Formats the value using the given formatter.

impl Clone for Error

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Error

Formats the value using the given formatter.

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

Performs the conversion.

impl From<CharReadError> for Error

Performs the conversion.

impl From<Error> for Error

Performs the conversion.

impl Position for Error