Expand description
Types and traits for request and error handlers and their return values.
Traits§
- Unfortunate but necessary hack to be able to clone a
Box<dyn Handler>
. - Trait implemented by types that can handle requests.
Type Aliases§
- The type of an error handler.
- Type alias for the
Outcome
of aHandler
.