Crate async_svc

Source
Expand description

WIP Modern Service Trait

Structs§

FnSvc
MapSvc
ThenSvc
Service1(Response) -> Intermediate => Service2(Intermediate) -> Response

Traits§

Svc
Service trait representing an asynchronous request/response operation.
SvcExt

Functions§

box_svc

Type Aliases§

BoxFut
BoxSvc