type BatchesStream<S> = Stream<S, (BatchDescription, ProtoBatch)>;
Expand description
Type of the batches
stream.
Aliased Type§
struct BatchesStream<S> { /* private fields */ }
type BatchesStream<S> = Stream<S, (BatchDescription, ProtoBatch)>;
Type of the batches
stream.
struct BatchesStream<S> { /* private fields */ }