BoxedConnector

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§

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