Module errors

Source
Expand description

The error types used through out this crate.

Structs§

Error
The Error type, a wrapper around a dynamic error type.

Type Aliases§

Result
Result<T, Error>