Expand description
Additional types for defining routes.
Structs§
- A resource which defines a set of conventional CRUD routes.
- With
Query Params typed-routing
ATypedPath
with query params.
Traits§
- Extension trait that adds additional methods to
Router
. - Second
Element Is typed-routing
Utility trait used withRouterExt
to ensure the second element of a tuple type is a given type. - Typed
Path typed-routing
A type safe path.
Derive Macros§
- Typed
Path typed-routing
Derive an implementation ofaxum_extra::routing::TypedPath
.