pub trait IntOps<T = Self>: EucRingOps<T> { }Expand description
Helper trait bundling EucRingOps for IntType.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
pub trait IntOps<T = Self>: EucRingOps<T> { }Helper trait bundling EucRingOps for IntType.
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".