Module validator

Module validator 

Source
Expand description

§Validator support

§Feature

Enable the validator feature (enabled by default) to use Valid<E> and ValidEx<E, A>.

Structs§

Valid
Valid data extractor
ValidEx
ValidEx data extractor

Traits§

HasValidateArgs
Trait for types that can supply a reference that can be validated using arguments.

Type Aliases§

ValidRejection
ValidRejection is returned when the Valid or ValidEx extractor fails.