pub type StatsResult<T> = Result<T, StatsError>;Expand description
Result type for statistical operations
Aliased Type§
pub enum StatsResult<T> {
Ok(T),
Err(StatsError),
}pub type StatsResult<T> = Result<T, StatsError>;Result type for statistical operations
pub enum StatsResult<T> {
Ok(T),
Err(StatsError),
}