Trait algebra::Group [] [src]

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

Required Methods

Implementors