Crate axum_macros
source ·Expand description
Macros for axum
.
Attribute Macros§
- Generates better error messages when applied to handler functions.
- Generates better error messages when applied to middleware functions.
Derive Macros§
- Derive an implementation of
FromRef
for each field in a struct. - Derive an implementation of
FromRequest
. - Derive an implementation of
FromRequestParts
. - Derive an implementation of
axum_extra::routing::TypedPath
.