pub type ScanBatchStream = BoxStream<'static, Result<ScanBatch>>;
#[repr(transparent)]pub struct ScanBatchStream { /* private fields */ }