Trait Rustb::ToFloat

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

Required Methods§

source

fn to_float(self) -> f64

Implementations on Foreign Types§

source§

impl ToFloat for isize

source§

fn to_float(self) -> f64

source§

impl ToFloat for usize

source§

fn to_float(self) -> f64

Implementors§