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