pub type DataStream = Pin<Box<dyn Stream<Item = Result<ArrowResponse>> + Send + Sync>>;Expand description
An async stream of ArrowResponse chunks.
Aliased Typeยง
pub struct DataStream { /* private fields */ }pub type DataStream = Pin<Box<dyn Stream<Item = Result<ArrowResponse>> + Send + Sync>>;An async stream of ArrowResponse chunks.
pub struct DataStream { /* private fields */ }