Crate cas_error

Source
Expand description

Contains the common ErrorKind trait used by all parsing and evaluation errors to display user-facing error messages.

Constants§

EXPR
The color to use to highlight expressions.

Traits§

ErrorKind
Represents any kind of error that can occur during some operation.