pub trait ModMathInt:
FixedWidthUnsignedInt
+ From<u8>
+ PartialEq
+ PartialOrd
+ One
+ Zero
+ Parity
+ OverflowingAdd
+ WideMul
+ CiosMontMul
+ WrappingAdd
+ WrappingMul
+ WrappingSub
+ Shr<usize, Output = Self>
+ ShrAssign<usize> { }Available on crate feature
modmath only.Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".