Skip to main content

BatchesStream

Type Alias BatchesStream 

Source
type BatchesStream<'s> = StreamVec<'s, Timestamp, (BatchDescription, ProtoBatch)>;
Expand description

Type of the batches stream.

Aliased Typeยง

struct BatchesStream<'s> { /* private fields */ }