Skip to main content

MulGroup

Trait MulGroup 

Source
pub trait MulGroup: MulMonoid + Invertible { }
Expand description

An “alias trait” representing groups with the operator *. Equivalent to MulMonoid+Invertible

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§