Module handler

Module handler 

Source
Expand description

Handler trait and implementations for request handlers.

The Handler trait enables ergonomic function handlers with automatic extraction of request data.

Enums§

ExtractErrors2
Error type for handlers with 2 extractors.
ExtractErrors3
Error type for handlers with 3 extractors.
ExtractErrors4
Error type for handlers with 4 extractors.
ExtractErrors5
Error type for handlers with 5 extractors.
ExtractErrors6
Error type for handlers with 6 extractors.

Traits§

Handler
Trait for request handlers.