Expand description
Types and traits for error catchers and their handlers and return types.
Structs§
- An error catching route.
Traits§
- Trait implemented by
Catcher
error handlers.
Type Aliases§
- Type alias for the return type of a
Catcher
’sHandler::handle()
.