Trait ClosedNeg
simba::scalar
pub trait ClosedNeg: Sized + Neg<Output = Self> { }
Trait alias for Neg with result of type Self.
Neg
Self
impl<T> ClosedNeg for T where T: Neg<Output = T>,