Skip to main content

FieldOps

Trait FieldOps 

Source
pub trait FieldOps<T = Self>: EucRingOps<T> { }
Expand description

Helper trait, currently identical to EucRingOps, kept for symmetry with the rest of the algebraic hierarchy.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl FieldOps for FF2

Source§

impl FieldOps<FF2> for &FF2

Source§

impl<T> FieldOps for Ratio<T>
where T: EucRing, for<'x> &'x T: EucRingOps<T>,

Source§

impl<T> FieldOps<Ratio<T>> for &Ratio<T>
where T: EucRing, for<'x> &'x T: EucRingOps<T>,

Source§

impl<const p: i32> FieldOps for FF<p>

Source§

impl<const p: i32> FieldOps<FF<p>> for &FF<p>