Enum serialize::json::ParserError[src]
pub enum ParserError {
SyntaxError(ErrorCode, uint, uint),
IoError(IoErrorKind, &'static str),
}Variants
SyntaxError | msg, line, col |
IoError |
pub enum ParserError {
SyntaxError(ErrorCode, uint, uint),
IoError(IoErrorKind, &'static str),
}SyntaxError | msg, line, col |
IoError |
impl Show 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 (or str), enum,
trait, typedef (or
tdef).