Type Alias Aggregations

Source
pub type Aggregations = BTreeMap<AggregationName, Aggregation>;
Expand description

Type alias for a collection of aggregations

Aliased Typeยง

pub struct Aggregations { /* private fields */ }