Trait nekolib_doc::ops::monoid::Magma

source ·
pub trait Magma: BinaryOp { }

Implementors§

source§

impl<T> Magma for T
where T: BinaryOp,