Module chumsky::error[][src]

Expand description

Error types, traits and utilities.

Structs

A simple default error type that provides minimal functionality.

Enums

A simple default token pattern that allows describing tokens and token patterns in error messages.

Traits

A trait that describes parser error types.

A trait representing a span over elements of a token stream