pub trait Signed: Ops + Neg<Output = Self> { }Expand description
A supertrait for vectors that allow arithmetic operations over signed types.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".