TonicStream

Type Alias TonicStream 

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

Aliased Typeยง

#[repr(transparent)]
pub struct TonicStream<T> { /* private fields */ }