pub trait ClosedNeg: Neg<Output = Self> { }
Expand description

Trait alias for Neg with result of type Self.

Implementors