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