pub trait PrimFloat { }
A trait that represents all the Rust primivive floating point types.
A good alternative is Float trait in crate num_traits.
Float
num_traits