pub type HyperConnector<S> = HyperConnector<<S as Service>::Res, <S as Service>::Req>;
Available on crate feature
hyper-transport
only.Expand description
A hyper connector for the given Service
Aliased Typeยง
struct HyperConnector<S> { /* private fields */ }