[][src]Trait alga::general::ClosedNeg

pub trait ClosedNeg: Sized + Neg<Output = Self> { }

[Alias] Trait alias for Neg with result of type Self.

Implementors

impl<T> ClosedNeg for T where
    T: Neg<Output = T>, 
[src]

Loading content...