pub trait Sealed { }🔬This is a nightly-only experimental API. (
convert_float_to_int #67057)Expand description
This trait being unreachable from outside the crate
prevents other implementations of the FloatToInt trait,
which allows potentially adding more trait methods after the trait is #[stable].
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".