Home
last modified time | relevance | path

Searched defs:UnexpectedParse (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/combine/src/
Derror.rs555 pub enum UnexpectedParse { enum
560 impl fmt::Display for UnexpectedParse { implementation
567 impl StdError for UnexpectedParse { implementation
573 impl UnexpectedParse { implementation
583 impl<Item, Range> StreamError<Item, Range> for UnexpectedParse { implementation
653 impl<Item, Range, Position> ParseError<Item, Range, Position> for UnexpectedParse implementation
705 impl<Item, Range, Position> ParseErrorInto<Item, Range, Position> for UnexpectedParse implementation
723 impl<Item, Range> StreamErrorInto<Item, Range> for UnexpectedParse { implementation
736 UnexpectedParse, enumerator