Expand description
Types and traits for error catchers and their handlers and return types.
Structs§
- Catcher
- An error catching route.
Traits§
- Cloneable
- Helper trait to make a
Catcher
’sBox<dyn Handler>
Clone
. - Handler
- Trait implemented by
Catcher
error handlers.