Module error

Module error 

Source
Expand description

this module defines the Error enum and related types for error handling within the crate.

Enums§

Error
The Error implementation defines the possible errors that can occur within the crate.

Type Aliases§

Result
a type alias for a Result configured to use the custom Error type.