Expand description
§error-enum-core
A core crate for error-enum providing
traits and implementations for error enums with rich diagnostics support.
Please refer to error-enum and
its documentation for more details.
Structs§
- Line
Indexer - An
Indexerthat stores ending positions of every line (including trailing newlines). - Simple
Span - A simple implementation of
Span.
Enums§
- Kind
- Enum representing the kind of an error.
Traits§
- Error
Type - Trait for error types generated by
error_type!macro andErrorTypederive macro. - Indexer
- A indexable string.
- Span
- Trait for span types used in error enums.