quic_rpc::client

Type Alias BoxedServiceConnection

Source
pub type BoxedServiceConnection<S> = Connection<<S as Service>::Res, <S as Service>::Req>;
Expand description

Type alias for a boxed connection to a specific service

Aliased Typeยง

struct BoxedServiceConnection<S>(/* private fields */);