Expand description
Types and traits for routes and their request handlers and return types.
Structs
- A request handling route.
- A route URI which is matched against requests.
Traits
- Trait implemented by
Route
request handlers.
Type Aliases
- Type alias for the return type of a
Route
’sHandler::handle()
.