Skip to main content

FloatIsh

Trait FloatIsh 

Source
pub trait FloatIsh:
    One
    + Zero
    + ToF64
    + FromF64
    + FromStr
    + ToSigned
    + FloatExt<Type = Self>
    + Sized
    + Copy
    + Clone
    + PartialEq
    + PartialOrd
    + Default
    + PrimitiveMath
    + Debug
    + Display { }

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl FloatIsh for f32

Source§

impl FloatIsh for f64

Implementors§