Expand description
Additional handler utilities.
Structs§
- Into
Handler - A
Handler
created from aHandlerCallWithExtractors
. - Or
Handler
that runs oneHandler
and if that rejects it’ll fallback to anotherHandler
.
Traits§
- Handler
Call With Extractors - Trait for async functions that can be used to handle requests.