pub type BoxedBatchStream = BoxStream<'static, Result<Batch>>;
Pointer to a stream that yields Batch.
struct BoxedBatchStream { /* private fields */ }