[go: up one dir, main page]

Trait AdditiveMonoid

Source
pub trait AdditiveMonoid:
    AbstractMonoid<Additive>
    + AdditiveSemigroup
    + Zero { }
Expand description

[Alias] Algebraic structure specialized for one kind of operation.

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§