Trait ToFloat

Source
pub trait ToFloat {
    type Output;

    // Required method
    fn to_float(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn to_float(self) -> Self::Output

Implementors§