Trait emath::ordered_float::private::FloatImpl
source · pub trait FloatImpl {
// Required methods
fn is_nan(&self) -> bool;
fn hash<H: Hasher>(&self, state: &mut H);
}
Required Methods§
Object Safety§
This trait is not object safe.