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 ParserError
fn description(&self) -> &str
fn cause(&self) -> Option<&Error>
impl Display for ParserError
impl Debug for ParserError
impl PartialEq for ParserError
fn eq(&self, __arg_0: &ParserError) -> bool
fn ne(&self, __arg_0: &ParserError) -> bool
impl Clone for ParserError
fn clone(&self) -> ParserError
fn 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
).