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§
Sourcefn to_f64_lossy(self) -> f64
fn to_f64_lossy(self) -> f64
Convert to a lossy representation of the same value.