pub type Streaming<R> = Pin<Box<dyn Send + Stream<Item = Result<R, ClientError>>>>;
Generic type for streaming response.
pub struct Streaming<R> { /* private fields */ }