Crate infinite_errors
source ·Expand description
Generic error handling framework with static backtraces.
Macros§
- Generate a rich error type using a given error kind.
Traits§
- Helper trait to add context to errors.
- Trait for error types created by declare_error_type.
Attribute Macros§
- Add a context when this function returns an error.