Skip to main content

Ideal

Trait Ideal 

Source
pub trait Ideal:
    FromRef<Self>
    + Clone
    + Debug
    + Send
    + Sync { }
Expand description

A trait for types describing ideals.

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 Ideal for ImpossibleIdeal

Source§

impl<I: Ideal> Ideal for IdealOrZero<I>

Source§

impl<R: Semiring, const W: usize> Ideal for RotationIdeal<R, W>