pub trait FixedInteger:
Bounded
+ Constants
+ Copy
+ Integer {
const LIMBS: usize;
}Expand description
Fixed-width Integers.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".