Module mdbook::errors

source ·
Expand description

The error types used through out this crate.

Structs

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

Type Definitions

Result<T, Error>