Module error

Module error 

Source
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.