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
支持 f32
和 f64
的固有方法 (例如 to_int_unchecked
) 的 trait。
通常不需要直接使用。