Type Alias quic_rpc_utils::BoxStreamSync

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

Sync version of future::stream::BoxStream.

Aliased Type§

struct BoxStreamSync<'a, T> {}