Expand description
Error utilities.
Structs§
- Errors
- An Error that contains zero or more errors.
- Fail
Fast Error Recipient - ErrorRecipient that fails on the first given error.
Traits§
- AsErrors
Result - Converts to a Result with Errors.
- Error
Recipient - A recipient of errors.
Type Aliases§
- Boxed
Error - A non-thread-safe (less constrained) version of CapturedError.
- Captured
Error - A thread-safe
dyn
error.