Module error

Source
Expand description

Error values produces when extracting configurations.

Structs§

Error
An error that occured while producing data or extracting a configuration.
IntoIter
An iterator over all errors in an Error.
OneOf
A structure that implements de::Expected signaling that one of the types in the slice was expected.

Enums§

Actual
A type that enumerates all of serde’s types, used to indicate that a value of the given type was received.
Kind
An error kind, encapsulating serde’s serde::de::Error.

Type Aliases§

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