NegByRef
faer_
traits
0.22.1
NegBy
Ref
Required Associated Types
Output
Required Methods
neg_by_ref
Implementors
In crate faer_
traits
faer_traits
Trait
NegBy
Ref
Copy item path
Source
pub trait NegByRef { type
Output
; // Required method fn
neg_by_ref
(&self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
neg_by_ref
(&self) -> Self::
Output
Implementors
§
Source
§
impl<T, Output>
NegByRef
for T
where for<'a>
&'a T
:
Neg
<Output = Output>,
Source
§
type
Output
= Output