Domain

Trait Domain 

Source
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", so this trait is not object safe.

Implementors§