Expand description
Handler trait and implementations for request handlers.
The Handler trait enables ergonomic function handlers with automatic extraction of request data.
Enums§
- Extract
Errors2 - Error type for handlers with 2 extractors.
- Extract
Errors3 - Error type for handlers with 3 extractors.
- Extract
Errors4 - Error type for handlers with 4 extractors.
- Extract
Errors5 - Error type for handlers with 5 extractors.
- Extract
Errors6 - Error type for handlers with 6 extractors.
Traits§
- Handler
- Trait for request handlers.