Type Alias DescsStream

Source
type DescsStream<S> = Stream<S, BatchDescription>;
Expand description

Type of the descs stream.

Aliased Typeยง

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