Skip to main content

ArithmeticNegative

Trait ArithmeticNegative 

Source
pub trait ArithmeticNegative: Neg<Output = Self> { }

Implementors§

Source§

impl<T> ArithmeticNegative for T
where T: Neg<Output = T>,