Module axum_valid::validify

source ·
Expand description

§Validify support

§Feature

Enable the validify feature to use Validated<E>, Modified<E>, Validified<E> and ValidifiedByRef<E>.

Structs§

Traits§

  • Trait for types that can supply a reference that can be modified.
  • Trait for extractors whose inner data type that can be constructed using some payload,
    then modified and validated using validify.
  • Extractor to extract payload for constructing data

Type Aliases§

  • ValidifyRejection is returned when the Validated / Modified / Validified / ValidifiedByRef extractor fails.