Trait frust::monoid::Monoid [] [src]

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

Required Methods

Implementors