pub trait NumberTypeExt {
// Required method
fn min_max(&self) -> (f64, f64);
}Expand description
Extends the NumberType with convenience methods
pub trait NumberTypeExt {
// Required method
fn min_max(&self) -> (f64, f64);
}Extends the NumberType with convenience methods