[][src]Trait rarrow::classes::Semigroup

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

Required methods

fn combine(self, other: Self) -> Self

Loading content...

Implementations on Foreign Types

impl<A: Semigroup> Semigroup for Option<A>[src]

Loading content...

Implementors

Loading content...