Module error

Module error 

Source
Expand description

This module implements the core Error type for the framework and provides a Result type alias for convenience.

Enums§

Error
The Error type enumerates various errors that can occur within the framework.

Type Aliases§

Result
a type alias for a Result defined to use the custom Error as its error type.