Type Alias BatchStream

Source
pub type BatchStream = BoxStream<'static, Result<RecordBatch>>;

Aliased Typeยง

struct BatchStream { /* private fields */ }