Trait higher::rings::Ring

source ·
pub trait Ring: Semiring {
    fn sub(self, other: Self) -> Self;
}

Required Methods§

Implementations on Foreign Types§

Implementors§