[−][src]Module rocket::handler
Types and traits for request and error handlers and their return values.
Traits
| Cloneable | Unfortunate but necessary hack to be able to clone a |
| Handler | Trait implemented by types that can handle requests. |
Type Definitions
| ErrorHandler | The type of an error handler. |
| Outcome | Type alias for the |