[][src]Trait monadic::monoid::Semigroup

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

Required methods

fn mappend(self, other: &mut Self) -> Self

Loading content...

Implementations on Foreign Types

impl Semigroup for String[src]

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

Loading content...

Implementors

Loading content...