pub type Aggregation<F> = <F as Statistic>::Aggregation;
The associated aggregation type of a Statistic.
Statistic