Trait core::convert::FloatToInt
source · pub trait FloatToInt<Int>: Sealed + Sized { }
🔬This is a nightly-only experimental API. (
convert_float_to_int
#67057)Expand description
Supporting trait for inherent methods of f32
and f64
such as to_int_unchecked
.
Typically doesn’t need to be used directly.
Object Safety§
This trait is not object safe.