Trait alga::general::AdditiveMagma
source · pub trait AdditiveMagma: AbstractMagma<Additive> { }Expand description
[Alias] Algebraic structure specialized for one kind of operation.
Object Safety§
This trait is not object safe.