pub type BoxedConnector<S> = BoxedConnector<<S as Service>::Res, <S as Service>::Req>;
A boxed connector for the given Service
Service
struct BoxedConnector<S>(/* private fields */);