Skip to main content

DescsStream

Type Alias DescsStream 

Source
type DescsStream<'s> = StreamVec<'s, Timestamp, BatchDescription>;
Expand description

Type of the descs stream.

Aliased Typeยง

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