Type Alias TypedStatistics

Source
pub type TypedStatistics<T> = ValueStatistics<<T as DataType>::T>;
Expand description

Typed implementation for Statistics.

Aliased Typeยง

pub struct TypedStatistics<T> { /* private fields */ }