Macros§
- err 🔒Creates a new ad hoc error with no causal chain.
Structs§
- A generic error message.
- An error that can occur in this crate.
- IOError 🔒A
std::io::Error
. - An error that occurs when an input value is out of bounds.
Enums§
- The underlying kind of a
Error
.
Traits§
- A trait for contextualizing error values.
- A simple trait to encapsulate automatic conversion to
Error
.