Trait brontes_types::utils::ToFloatNearest

source ·
pub trait ToFloatNearest {
    // Required method
    fn to_float(self) -> f64;
}

Required Methods§

source

fn to_float(self) -> f64

Implementations on Foreign Types§

source§

impl ToFloatNearest for Rational

source§

fn to_float(self) -> f64

Implementors§