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

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

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

Implementors