[][src]Module mdbook::errors

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>