pub type BoxedServiceConnection<S> = Connection<<S as Service>::Res, <S as Service>::Req>;
Type alias for a boxed connection to a specific service
struct BoxedServiceConnection<S>(/* private fields */);