pub type SendableRecordBatchStream = Pin<Box<dyn RecordBatchStream + Send>>;
#[repr(transparent)]pub struct SendableRecordBatchStream { /* private fields */ }