pub trait Numeric { // Required method fn to_f64(&self) -> f64; }
Trait for types that can be treated as numeric values