Field

Trait Field 

Source
pub trait Field: EucRing + FieldOps
where for<'a> &'a Self: FieldOps<Self>,
{ }

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 Field for FF2

Source§

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

Source§

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