Module rocket::handler[][src]

Expand description

Types and traits for request and error handlers and their return values.

Traits

Cloneable

Unfortunate but necessary hack to be able to clone a Box<dyn Handler>.

Handler

Trait implemented by types that can handle requests.

Type Definitions

ErrorHandler

The type of an error handler.

Outcome

Type alias for the Outcome of a Handler.