catlog::zero::rig

Trait Ring

Source
pub trait Ring: Rig + AbGroup { }
Expand description

A ring, assumed to be unital.

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.

Implementations on Foreign Types§

Source§

impl Ring for f32

Source§

impl Ring for f64

Source§

impl Ring for i32

Source§

impl Ring for i64

Implementors§

Source§

impl<Var, Coef, Exp> Ring for Polynomial<Var, Coef, Exp>
where Var: Clone + Ord, Coef: Clone + Default + Ring, Exp: Clone + Ord + AdditiveMonoid,