Trait std::convert::FloatToInt[][src]

pub trait FloatToInt<Int>: Sealed { }
🔬 This is a nightly-only experimental API. (convert_float_to_int #67057)
Expand description

支持 f32f64 的固有方法 (例如 to_int_unchecked) 的 trait。 通常不需要直接使用。

Implementors