Modules§
- prelude
- A module containing helpful imports for using this crate.
Macros§
- bail
- Returns from the function with a newly constructed
Error. - ensure
- Returns an
Errorfrom the function if a condition is true. - error
- Constructs a new
Error. - error_
info - Creates a new
ErrorInfo.
Structs§
Traits§
- Error
Code - A type that can be used as an error code for this crate.