Module combine::easy [] [src]

Module containing easy to use and descriptive errors.

Structs

Errors

Struct which hold information about an error that occured at a specific position. Can hold multiple instances of Error if more that one error occured in the same position.

Stream

Enums

Error

Enum used to store information about an error that has occurred during parsing.

Info

Enum holding error information. Variants are defined for Stream::Item and Stream::Range as well as string variants holding easy descriptions.

Type Definitions

StreamErrors

Alias over ParseError for StreamOnce types