Searched defs:LexerError (Results 1 – 1 of 1) sorted by relevance
19 pub enum LexerError { enum36 impl fmt::Display for LexerError { implementation57 impl std::error::Error for LexerError {} implementation61 impl From<StrLitDecodeError> for LexerError { implementation67 impl From<ParseIntError> for LexerError { implementation73 impl From<ParseFloatError> for LexerError { implementation79 impl From<float::ProtobufFloatParseError> for LexerError { implementation