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