Module axum_valid::validator
source · Expand description
Validator support
Feature
Enable the validator feature (enabled by default) to use Valid<E> and ValidEx<E, A>.
Structs
Validdata extractorValidExdata extractor
Traits
Argumentsprovides the validation arguments for the data typeT.- Trait for types that can supply a reference that can be validated using arguments.
Type Aliases
ValidRejectionis returned when theValidorValidExextractor fails.