pub trait ModMathIntCt:
FixedWidthUnsignedInt
+ From<u8>
+ PartialEq
+ PartialOrd
+ One
+ Zero
+ Parity
+ OverflowingAdd
+ WideMul
+ CiosMontMulCt
+ WrappingAdd
+ WrappingMul
+ WrappingSub
+ Shr<usize, Output = Self>
+ ShrAssign<usize>
+ ConditionallySelectable
+ ConstantTimeLess
+ BitAnd<Output = Self> { }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".