Module axum::extract::extractor_middleware
source · [−]Expand description
Convert an extractor into a middleware.
See extractor_middleware
for more details.
Structs
Middleware that runs an extractor and discards the value.
Layer
that applies FromExtractor
that runs an extractor and
discards the value.
Response future for FromExtractor
.
Functions
extractor_middlewareDeprecated
Convert an extractor into a middleware.