ServiceServerStream

Type Alias ServiceServerStream 

Source
pub type ServiceServerStream<'a, T> = Box<dyn Stream<Item = Result<T, ServiceError>> + Unpin + Send + 'a>;

Aliased Typeยง

pub struct ServiceServerStream<'a, T>(/* private fields */);