Home
last modified time | relevance | path

Searched defs:LexerError (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/protobuf/src/text_format/lexer/
Dlexer_impl.rs19 pub enum LexerError { enum
36 impl fmt::Display for LexerError { implementation
57 impl std::error::Error for LexerError {} implementation
61 impl From<StrLitDecodeError> for LexerError { implementation
67 impl From<ParseIntError> for LexerError { implementation
73 impl From<ParseFloatError> for LexerError { implementation
79 impl From<float::ProtobufFloatParseError> for LexerError { implementation