Trait nekolib_doc::ops::Semigroup

source ·
pub trait Semigroup: BinaryOp + Associative { }

Implementors§

source§

impl<T> Semigroup for T
where T: BinaryOp + Associative,