Module fifthtry_mdbook::errors[][src]

Expand description

The error types used through out this crate.

Structs

Error

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

Type Definitions

Result

Result<T, Error>