Module winnow::error

source ·
Expand description

§Error management

Errors are designed with multiple needs in mind:

To abstract these needs away from the user, generally winnow parsers use the PResult alias, rather than Result. Parser::parse is a top-level operation that can help convert to a Result for integrating with your application’s error reporting.

Error types include:

Structs§

Enums§

Traits§

Type Aliases§