pub trait CastRangeIntoIntegerSigned:
CastRangeInto<i8>
+ CastRangeInto<i16>
+ CastRangeInto<i32>
+ CastRangeInto<i64>
+ CastRangeInto<isize> { }Expand description
iX
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.