Enum rustc_serialize::json::ParserError  
            [-] [+]
        [src]
pub enum ParserError {
    SyntaxError(ErrorCode, usize, usize),
    IoError(Error),
}Variants
SyntaxError | msg, line, col  | 
IoError | 
pub enum ParserError {
    SyntaxError(ErrorCode, usize, usize),
    IoError(Error),
}SyntaxError | msg, line, col  | 
IoError | 
impl PartialEq for ParserErrorfn eq(&self, other: &ParserError) -> boolfn ne(&self, other: &Rhs) -> boolimpl StdError for ParserErrorfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl Display for ParserErrorimpl From<Error> for ParserErrorfn from(err: Error) -> ParserErrorimpl Debug for ParserError
                Prefix searches with a type followed by a colon (e.g.
                fn:) to restrict the search to a given type.
            
                Accepted types are: fn, mod,
                struct, enum,
                trait, typedef (or
                tdef).