pub type BoxedBatchStream = BoxStream<'static, Result<Batch>>;
Pointer to a stream that yields Batch.
#[repr(transparent)]pub struct BoxedBatchStream { /* private fields */ }