RModOps

Trait RModOps 

Source
pub trait RModOps<R, T>:
    AddGrpOps<T>
    + Mul<R, Output = T>
    + for<'a> Mul<&'a R, Output = T>
where R: Ring, for<'x> &'x R: RingOps<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> RModOps<R, Lc<X, R>> for &Lc<X, R>
where X: Gen, R: Ring, for<'x> &'x R: RingOps<R>,

Source§

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