[][src]Crate async_svc

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 Definitions

BoxFut
BoxSvc