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

Type alias for a collection of aggregations

Aliased Type§

struct Aggregations { /* private fields */ }