pub type ScanBatchStream = BoxStream<'static, Result<ScanBatch>>;
struct ScanBatchStream { /* private fields */ }