Module axum_extra::routing
source · [−]Expand description
Additional types for defining routes.
Structs
A resource which defines a set of conventional CRUD routes.
Router for single page applications.
Traits
Utility trait used with RouterExt
to ensure the first element of a tuple type is a
given type.
A type safe path.
Derive Macros
TypedPath
typed-routing
Derive an implementation of axum_extra::routing::TypedPath
.