Type Alias TimelyProgressEventBuilder

Source
pub type TimelyProgressEventBuilder<T> = CapacityContainerBuilder<Vec<(Duration, TimelyProgressEvent<T>)>>;
Expand description

Container builder for timely dataflow progress events.

Aliased Typeยง

pub struct TimelyProgressEventBuilder<T> { /* private fields */ }