Enum mediawiki_parser::MWError [] [src]

pub enum MWError {
    ParseError(ParseError),
    TransformationError(TransformationError),
}

Generic error type for high-level errors of this libaray.

Variants

Trait Implementations

impl Debug for MWError
[src]

[src]

Formats the value using the given formatter. Read more

impl PartialEq for MWError
[src]

[src]

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

[src]

This method tests for !=.

impl Error for MWError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

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

impl Display for MWError
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for MWError

impl Sync for MWError