Module error

Source
Expand description

Error enum with all possible reasons for errors and wrapping Result type.

Enums§

Error
An error type to compose a singular error enum between various dependencies’ errors.

Type Aliases§

Result
A result type to compose a successful value and the library’s Error type.