Type Alias servers::grpc::flight::TonicStream

source ·
pub type TonicStream<T> = Pin<Box<dyn Stream<Item = Result<T, Status>> + Send + Sync + 'static>>;

Aliased Type§

struct TonicStream<T> {}