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 StdError for ParserErrorfn description(&self) -> &strfn cause(&self) -> Option<&Error>impl Display for ParserErrorimpl Debug for ParserErrorimpl PartialEq for ParserErrorfn eq(&self, __arg_0: &ParserError) -> boolfn ne(&self, __arg_0: &ParserError) -> boolimpl Clone for ParserErrorfn clone(&self) -> ParserErrorfn clone_from(&mut self, source: &Self)
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).