1 2 3 4 5 6 7
pub struct All<T> { pub min: T, pub max: T, pub average: T, pub variance: T, pub standard_deviation: T, }