[−][src]Module combine::error
Error types and traits which define what kind of errors combine parsers may emit
Structs
| Format | Newtype which constructs an |
| Range | Newtype which constructs an |
| Static | Newtype which constructs an |
| Token | Newtype which constructs an |
| Tracked | Error wrapper which lets parsers track which parser in a sequence of sub-parsers has emitted
the error. |
Enums
| Commit | Enum used to indicate if a parser committed any items of the stream it was given as an input. |
| Info | |
| ParseResult | A |
| StringStreamError | |
| UnexpectedParse |
Traits
| ErrorInfo | Trait for types which can be used to construct error information. |
| ParseError | Trait which defines a combine parse error. |
| StreamError |
|
Type Definitions
| StdParseResult | A type alias over the specific |
| StdParseResult2 |