ServiceClientStream

Type Alias ServiceClientStream 

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

Aliased Typeยง

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