Searched defs:StrLitDecodeError (Results 1 – 2 of 2) sorted by relevance
8 pub enum StrLitDecodeError { enum14 impl fmt::Display for StrLitDecodeError { implementation23 impl std::error::Error for StrLitDecodeError {} implementation25 impl From<LexerError> for StrLitDecodeError { implementation31 impl From<FromUtf8Error> for StrLitDecodeError { implementation
32 StrLitDecodeError(StrLitDecodeError), enumerator