Type Alias TrackerEventBuilder

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

A container builder for tracker events.

Aliased Typeยง

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