pub trait NumericPoint {
// Required method
fn as_f64(&self) -> Option<f64>;
}Expand description
Common numeric point operations.
pub trait NumericPoint {
// Required method
fn as_f64(&self) -> Option<f64>;
}Common numeric point operations.