Expand description
high level async function service with “variadic generic” ish.
Structs§
Traits§
- Async
Fn2 - helper trait flatting tuple of arguments.
- From
Request - Extract type from Req asynchronously and receive them with function passed to handler_service.
- Responder
- Make Response with ownership of Req. The Output type is what returns from handler_service function.
Functions§
- handler_
service - A service factory shortcut offering given async function ability to use FromRequest to destruct and transform
Service<Req>’sReqtype and receive them as function argument.