Skip to main content

BatchStream

Type Alias BatchStream 

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

Aliased Typeยง

#[repr(transparent)]
pub struct BatchStream { /* private fields */ }