Expand description
Additional types for defining routes.
Structs§
- Resource
- A resource which defines a set of conventional CRUD routes.
- With
Query Params typed-routing
- A
TypedPath
with query params.
Traits§
- Router
Ext - Extension trait that adds additional methods to
Router
. - Second
Element Is typed-routing
- Utility trait used with
RouterExt
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 of
axum_extra::routing::TypedPath
.