Module specs::error

source ·
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

Enums

  • The Specs error type. This is an enum which is able to represent all error types of this library.

Type Aliases

  • NoErrorDeprecated
    Reexport of Infallible for a smoother transition.