Expand description
Error values produces when extracting configurations.
Structs§
- Error
- An error that occured while producing data or extracting a configuration.
- Into
Iter - 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
.