pub trait RMod:
AddGrp
+ RModOps<Self::R, Self>
+ MulAssign<Self::R>
+ for<'a> MulAssign<&'a Self::R>where
Self::R: Ring,
for<'x> &'x Self::R: RingOps<Self::R>,
for<'a> &'a Self: RModOps<Self::R, Self>,{
type R;
}Required Associated Types§
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.