Searched defs:StrLitDecodeError (Results 1 – 2 of 2) sorted by relevance
9 pub enum StrLitDecodeError { enum15 impl fmt::Display for StrLitDecodeError { implementation24 impl std::error::Error for StrLitDecodeError {} implementation26 impl From<LexerError> for StrLitDecodeError { implementation32 impl From<FromUtf8Error> for StrLitDecodeError { implementation
32 StrLitDecodeError(StrLitDecodeError), enumerator