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

pub enum ParserError {
    SyntaxError(ErrorCode, usize, usize),
    IoError(Error),
}

Variants

SyntaxError

msg, line, col

IoError

Trait Implementations

impl PartialEq for ParserError
[src]

fn eq(&self, other: &ParserError) -> bool

fn ne(&self, other: &Rhs) -> bool
1.0.0

impl StdError for ParserError
[src]

fn description(&self) -> &str

fn cause(&self) -> Option<&Error>
1.0.0

impl Display for ParserError
[src]

fn fmt(&self, f: &mut Formatter) -> Result

impl From<Error> for ParserError
[src]

fn from(err: Error) -> ParserError

Derived Implementations

impl Debug for ParserError
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result