Module dygpi::error[][src]

Expand description

Provides the Error, ErrorKind, and Result type used in the rest of this crate.

Structs

An implementation of std::error::Error using ErrorKind.

Enums

Errors returned by functions and methods in this crate.

Type Definitions

std::result::Result constrained to always return the Error type from this crate.