Type Alias BoxedConnector

Source
pub type BoxedConnector<S> = BoxedConnector<<S as Service>::Res, <S as Service>::Req>;
Expand description

A boxed connector for the given Service

Aliased Typeยง

struct BoxedConnector<S>(/* private fields */);