Expand description
Provides the crate’s Error and Result types as well as helper functions.
Enums§
- Error
- The Error type for this crate.
Functions§
- from_
utf8_ error - Construct an Error from the provided source.
- io_
error - Construct an Error from the provided source.
Type Aliases§
- Result
- A Result type that specifically uses this crate’s Error.