pub type Result<T> = Result<T, StatsError>;Expand description
Result type for the statrs library package that returns
either a result type T or a StatsError
pub type Result<T> = Result<T, StatsError>;Result type for the statrs library package that returns
either a result type T or a StatsError