[−][src]Module combine::error
Error types and traits which define what kind of errors combine parsers may emit
Structs
Tracked | Error wrapper which lets parsers track which parser in a sequence of sub-parsers has emitted
the error. |
Enums
Consumed | Enum used to indicate if a parser consumed any items of the stream it was given as an input. |
FastResult | |
Info | |
StringStreamError | |
UnexpectedParse |
Traits
ParseError | Trait which defines a combine parse error. |
StreamError |
|
Type Definitions
ConsumedResult | A |
ParseResult | A type alias over the specific |
ParseResult2 |