pub trait FixedPoint {
    fn eval(&self) -> f64;
}

Required methods

Implementors