RMod

Trait RMod 

Source
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§

Source

type R

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.

Implementors§

Source§

impl<X, R> RMod for Lc<X, R>
where X: Gen, R: Ring, for<'x> &'x R: RingOps<R>,

Source§

type R = R