pub(super) type BatchesStream<'s> = StreamVec<'s, Timestamp, (BatchDescription, ProtoBatch)>;Expand description
Type of the batches stream.
Aliased Typeยง
pub(super) struct BatchesStream<'s> { /* private fields */ }pub(super) type BatchesStream<'s> = StreamVec<'s, Timestamp, (BatchDescription, ProtoBatch)>;Type of the batches stream.
pub(super) struct BatchesStream<'s> { /* private fields */ }