Expand description
Specs errors
There are specific types for errors (e.g. WrongGeneration)
and additionally one Error type that can represent them all.
Each error in this module has an Into<Error> implementation.
Structs
A boxed error implementing Debug, Display and Error.
Wrong generation error.
Enums
The Specs error type. This is an enum which is able to represent all error types of this library.
Type Definitions
NoErrorDeprecated
Reexport of Infallible for a smoother transition.