Identity
ops
0.1.0
Identity
Required Methods
id
Implementors
In crate ops
ops
Trait
Identity
Copy item path
Source
pub trait Identity:
BinaryOp
{ // Required method fn
id
(&self) -> Self::
Set
; }
Required Methods
§
Source
fn
id
(&self) -> Self::
Set
Implementors
§
Source
§
impl<T>
Identity
for
OpAdd
<T>
where
&'a T
: for<'a>
Add
<Output = T>, T: for<'a>
Sum
<
&'a T
>,