Streaming

Type Alias Streaming 

Source
pub type Streaming<R> = Pin<Box<dyn Send + Stream<Item = Result<R, ClientError>>>>;
Expand description

Generic type for streaming response.

Aliased Typeยง

pub struct Streaming<R> { /* private fields */ }