Skip to main content

BatchesStream

Type Alias BatchesStream 

Source
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 */ }