pub trait CastRangeIntoIntegerUnsigned:
CastRangeInto<u8>
+ CastRangeInto<u16>
+ CastRangeInto<u32>
+ CastRangeInto<u64>
+ CastRangeInto<usize> { }Expand description
uX
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.