pub type TypedStatistics<T> = ValueStatistics<<T as DataType>::T>;
Expand description
Typed implementation for Statistics
.
Aliased Typeยง
struct TypedStatistics<T> { /* private fields */ }
pub type TypedStatistics<T> = ValueStatistics<<T as DataType>::T>;
Typed implementation for Statistics
.
struct TypedStatistics<T> { /* private fields */ }