Skip to main content

SendableRBStream

Type Alias SendableRBStream 

Source
pub type SendableRBStream = Pin<Box<dyn Stream<Item = Result<RecordBatch, DeltaTableError>> + Send>>;

Aliased Typeยง

pub struct SendableRBStream { /* private fields */ }