Type Alias volo_grpc::BoxStream

source ·
pub type BoxStream<'l, T> = Pin<Box<dyn Stream<Item = T> + Send + Sync + 'l>>;

Aliased Type§

struct BoxStream<'l, T> { /* private fields */ }