Type Alias BoxedDataChunkStream

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

Aliased Typeยง

struct BoxedDataChunkStream {}