pub trait Neg { }
Expand description

Trait to denote that a quantity is able to be negated. When a specific quantity’s kind inherits this trait ops::Neg is implemented automatically.

Implementors