Commutative

Trait Commutative 

Source
pub trait Commutative { }

Implementors§

Source§

impl<T> Commutative for OpAdd<T>
where &'a T: for<'a> Add<Output = T>,