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

Traits

  • Arguments provides the validation arguments for the data type T.
  • Trait for types that can supply a reference that can be validated using arguments.

Type Aliases

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