Module rocket4::handler

source ·
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 Definitions

The type of an error handler.
Type alias for the Outcome of a Handler.