Searched defs:UnexpectedParse (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/rust/android-crates-io/crates/combine/src/ |
D | error.rs | 554 pub enum UnexpectedParse { enum 559 impl fmt::Display for UnexpectedParse { implementation 566 impl StdError for UnexpectedParse { implementation 572 impl UnexpectedParse { impl 582 impl<Item, Range> StreamError<Item, Range> for UnexpectedParse { implementation 652 impl<Item, Range, Position> ParseError<Item, Range, Position> for UnexpectedParse implementation 704 impl<Item, Range, Position> ParseErrorInto<Item, Range, Position> for UnexpectedParse implementation 722 impl<Item, Range> StreamErrorInto<Item, Range> for UnexpectedParse { implementation 735 UnexpectedParse, enumerator
|