Searched defs:ParserError (Results 1 – 3 of 3) sorted by relevance
46 pub(crate) enum ParserError { enum80 impl From<TokenizerError> for ParserError { implementation86 impl From<StrLitDecodeError> for ParserError { implementation92 impl From<LexerError> for ParserError { implementation98 impl From<int::Overflow> for ParserError { implementation
69 class ParserError(MarkedYAMLError): class
18 ParserError = yaml.parser.ParserError variable