Associative

Trait Associative 

Source
pub trait Associative { }

Implementors§

Source§

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