pub type PartitionStream = BoxStream<'static, VortexResult<PartitionRef>>;Expand description
A sendable stream of partitions.
Aliased Typeยง
#[repr(transparent)]pub struct PartitionStream { /* private fields */ }pub type PartitionStream = BoxStream<'static, VortexResult<PartitionRef>>;A sendable stream of partitions.
#[repr(transparent)]pub struct PartitionStream { /* private fields */ }