Trait alga::general::ClosedNeg [−][src]
[Alias] Trait alias for Neg with result of type Self.
Implementors
impl<T> ClosedNeg for T where
T: Neg<Output = T>,
[Alias] Trait alias for Neg with result of type Self.
impl<T> ClosedNeg for T where |