Macrosยง
- err ๐
- Creates a new ad hoc error with no causal chain.
Structsยง
- Adhoc
Error ๐ - A generic error message.
- Error
- An error that can occur in this crate.
- Error
Inner ๐ - File
Path ๐Error - IOError ๐
- A
std::io::Error
. - Range
Error ๐ - An error that occurs when an input value is out of bounds.
Enumsยง
Traitsยง
- Error
Context ๐ - A trait for contextualizing error values.
- Into
Error ๐ - A simple trait to encapsulate automatic conversion to
Error
.