Magma

Trait Magma 

Source
pub trait Magma: BinaryOp { }

Implementors§

Source§

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