Skip to main content

Group

Trait Group 

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

Required Methods§

Source

fn invert(self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§