Expand description
Macros for axum
.
Attribute Macros§
- debug_
handler - Generates better error messages when applied to handler functions.
- debug_
middleware - Generates better error messages when applied to middleware functions.
Derive Macros§
- FromRef
- Derive an implementation of
FromRef
for each field in a struct. - From
Request - Derive an implementation of
FromRequest
. - From
Request Parts - Derive an implementation of
FromRequestParts
. - Typed
Path - Derive an implementation of
axum_extra::routing::TypedPath
.