Type Alias BoxedDataChunkStream

Source
pub type BoxedDataChunkStream = BoxStream<'static, Result<DataChunk>>;

Aliased Typeยง

#[repr(transparent)]
pub struct BoxedDataChunkStream { /* private fields */ }