pub trait MinMaxSumCount: Min + Max + Sum + Count { }
metrics
MinMaxSumCount supports the Min, Max, Sum, and Count interfaces.