Trait core::convert::FloatToInt [−][src]
pub trait FloatToInt<Int>: Sealed + Sized { }This is supported on non-crate feature
miri-test-libstd or test or doctest only.Expand description
Supporting trait for inherent methods of f32 and f64 such as to_int_unchecked.
Typically doesn’t need to be used directly.