mito2::read

Type Alias BoxedBatchStream

Source
pub type BoxedBatchStream = BoxStream<'static, Result<Batch>>;
Expand description

Pointer to a stream that yields Batch.

Aliased Typeยง

struct BoxedBatchStream {}