Module figment::error[][src]

Expand description

Error values produces when extracting configurations.

Structs

An error that occured while producing data or extracting a configuration.

An iterator over all errors in an Error.

A structure that implements de::Expected signaling that one of the types in the slice was expected.

Enums

A type that enumerates all of serde’s types, used to indicate that a value of the given type was received.

An error kind, encapsulating serde’s serde::de::Error.

Type Definitions

A simple alias to Result with an error type of Error.