pub trait AsF64 { // Required method fn cast(&self) -> f64; }
A simple trait to cast implementors to f64. Pretty useful in Function which takes Generic arguments