Type Alias quic_rpc::client::BoxStreamSync

source ·
pub type BoxStreamSync<'a, T> = Pin<Box<dyn Stream<Item = T> + Send + Sync + 'a>>;
Expand description

Sync version of future::stream::BoxStream.

Aliased Type§

struct BoxStreamSync<'a, T> {}