Trait bo::semigroup::Semigroup[][src]

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

Required methods

fn mappend(&self, b: Self) -> Self[src]

Loading content...

Implementations on Foreign Types

impl<T: Clone> Semigroup for LinkedList<T>[src]

Loading content...

Implementors

Loading content...