nekolib_
doc
0.1.0
Associative
Implementors
In nekolib_
doc::
ops::
monoid
Trait
nekolib_doc
::
ops
::
monoid
::
Associative
Copy item path
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>,