Expand description
Defines the route Dispatcher
and supporting types.
Structs§
- Dispatcher
Impl - Default implementation of the
Dispatcher
trait.
Traits§
- Dispatcher
- Used by
Router
to dispatch requests via pipelines and finally into the configuredHandler
.