Skip to main content

IntoF64

Trait IntoF64 

Source
pub trait IntoF64:
    Into<f64>
    + Copy
    + PartialOrd { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl<T: Into<f64> + Copy + PartialOrd> IntoF64 for T