pub trait FloatRoundedConvert {
    // Required method
    fn to_rounded_i64(&self) -> i64;
}

Required Methods§

Implementations on Foreign Types§

source§

impl FloatRoundedConvert for f64

Implementors§