pub type Streaming<R> = Pin<Box<dyn Send + Stream<Item = Result<R, ClientError>>>>;๐Deprecated since 0.21.1: This crate has been renamed to
s2-sdk. Please update your Cargo.toml to use s2-sdk instead.Expand description
Generic type for streaming response.
Aliased Typeยง
pub struct Streaming<R> { /* private fields */ }