pub trait Field: EucRing + FieldOpswhere
for<'a> &'a Self: FieldOps<Self>,{ }Expand description
A field: a commutative ring where every x ≠ 0 has a multiplicative inverse x⁻¹.
Every field is in particular a EucRing (with trivial remainder).
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".