Module sea_orm_rocket::figment::error
Expand description
Error values produces when extracting configurations.
Structs
An error that occured while producing data or extracting a configuration.
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
].