Type Alias protokit_grpc::BoxStream

source ·
pub type BoxStream<T> = Pin<Box<dyn Stream<Item = Result<T, Status>> + Send>>;

Aliased Type§

struct BoxStream<T> { /* private fields */ }