Expand description
Holds all Error types, and other modules in this crate will use errors::*;
to get access to everything error_chain
creates.
Macros§
- bail
- Exits a function early with an error
Structs§
- Error
- The Error type.
Enums§
- Error
Kind - The kind of an error.
Traits§
- Result
Ext - Additional methods for
Result
, for easy interaction with this crate.
Type Aliases§
- Result
- Convenient wrapper around
std::Result
.