servers::grpc::flight

Type Alias TonicStream

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

Aliased Typeยง

struct TonicStream<T> {}