Trait FloatToInt

trait FloatToInt<Int>: private::Sealed + Sized

Supporting trait for inherent methods of f32 and f64 such as to_int_unchecked. Typically doesn’t need to be used directly.

Implementors