Searched defs:ParserError (Results 1 – 4 of 4) 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
270 pub trait ParserError<I>: Sized { trait462 impl<I> ParserError<I> for () { impl
18 ParserError = yaml.parser.ParserError variable