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