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