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.