Trait simba::scalar::ClosedNeg[][src]

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

Trait alias for Neg with result of type Self.

Implementors