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::Expectedsignaling 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 Aliases
- A simple alias to
Resultwith an error type ofError.