Trait algebra::Semigroup [] [src]

pub trait Semigroup {
    fn op(_: Self, _: Self) -> Self;
}

Required Methods

Implementors