pub trait Neg { }
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.
ops::Neg