pub trait Domain: DivisibilityRing { }Expand description
Trait for rings that are integral, i.e. have no zero divisors.
A zero divisor is a nonzero element a such that there is a nonzero
element b with ab = 0.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementors§
impl Domain for Complex64Base
impl Domain for MPZBase
Available on crate feature
mpir only.