pub trait Flt: Float + FloatConst + ToPrimitive + FromPrimitive { }

Implementors