Type Definition quic_rpc::transport::combined::OpenBiFuture

source ·
pub type OpenBiFuture<'a, A, B, In, Out> = BoxFuture<'a, Result<(SendSink<A, B, Out>, RecvStream<A, B, In>), OpenBiError<A, B>>>;
Expand description

Future returned by open_bi