Trait frust::semigroup::Semigroup [] [src]

pub trait Semigroup {
    fn combine(&self, other: &Self) -> Self;
}

Required Methods

Associative operation taking which combines two values.

Implementors