Module axum_core::extract

source ·
Expand description

Types and traits for extracting data from requests.

See axum::extract for more details.

Modules§

Structs§

Traits§

  • Used to do reference-to-value conversions thus not consuming the input value.
  • Types that can be created from requests.
  • Types that can be created from request parts.