Skip to main content

BatchesStream

Type Alias BatchesStream 

Source
type BatchesStream<S> = Stream<S, (BatchDescription, ProtoBatch)>;
Expand description

Type of the batches stream.

Aliased Typeยง

struct BatchesStream<S> { /* private fields */ }