Trait algebra::Monoid [] [src]

pub trait Monoid: Semigroup {
    fn neutral() -> Self;
}

Required Methods

Implementors