Module axum::extract::extractor_middleware[][src]

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 ExtractorMiddleware that runs an extractor and discards the value.

Response future for ExtractorMiddleware.

Functions

Convert an extractor into a middleware.