pub type TimelyProgressEventBuilder<T> = CapacityContainerBuilder<Vec<(Duration, TimelyProgressEvent<T>)>>;Expand description
Container builder for timely dataflow progress events.
Aliased Typeยง
struct TimelyProgressEventBuilder<T> { /* private fields */ }