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