Enum rustc_serialize::json::ParserError [] [src]

pub enum ParserError {
    SyntaxError(ErrorCodeusizeusize),
    IoError(Error),
}

Variants

msg, line, col

Trait Implementations

impl Debug for ParserError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for ParserError
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl StdError for ParserError
[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 ParserError
[src]

[src]

Formats the value using the given formatter. Read more

impl From<Error> for ParserError
[src]

[src]

Performs the conversion.