logo
Expand description

Types and traits for error catchers and their handlers and return types.

Structs

An error catching route.

Traits

Helper trait to make a Catcher’s Box<dyn Handler> Clone.

Trait implemented by Catcher error handlers.

Type Definitions

Type alias for the return type of a raw Catcher’s Handler.

Type alias for the return type of a Catcher’s Handler::handle().