Trait monoid::Magma

source ·
pub trait Magma: BinaryOp { }

Implementors§

source§

impl<T: BinaryOp> Magma for T