Associative

Trait Associative 

Source
pub trait Associative { }

Implementors§

Source§

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

Source§

impl<T, B> Associative for OpConcat<T, B>
where T: Clone, B: Clone + IntoIterator<Item = T> + FromIterator<T>,