pub trait PrimeMod:
Sized
+ Copy
+ Clone
+ PartialEq
+ Default {
const PRIME_NUM: u32;
const PRIM_ROOT: u32;
}Expand description
素数剰余用
Required Associated Constants§
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.