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