Trait ToF64Lossy

Source
pub trait ToF64Lossy {
    // Required method
    fn to_f64_lossy(self) -> f64;
}
Expand description

Types convertible to a lossy representation of the same value.

Required Methods§

Source

fn to_f64_lossy(self) -> f64

Convert to a lossy representation of the same value.

Implementors§