Crate infinite_errors

Source
Expand description

Generic error handling framework with static backtraces.

Macros§

declare_error_type
Generate a rich error type using a given error kind.

Traits§

ErrorContext
Helper trait to add context to errors.
ErrorType
Trait for error types created by declare_error_type.

Attribute Macros§

err_context
Add a context when this function returns an error.