pub type BoxedConnector<S> = BoxedConnector<<S as Service>::Res, <S as Service>::Req>;
Expand description
Type alias for a boxed connection to a specific service
This is a convenience type alias for a boxed connection to a specific service.
Aliased Typeยง
struct BoxedConnector<S>(/* private fields */);