Skip to main content

AbelianAddGroup

Trait AbelianAddGroup 

Source
pub trait AbelianAddGroup: AddGroup + AddCommutative { }
Expand description

An “alias trait” representing abelian groups with the operator +. Equivalent to AddGroup+AddCommutative

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§