Trait alg::Group [] [src]

pub trait Group: Monoid {
    fn invert(_: Self) -> Self;
}

Required Methods

Implementors