pub trait ScalarInterface:
Sized
+ 'static
+ Debug
+ Display
+ PartialEq
+ PartialOrd
+ Default
+ Copy
+ Clone
+ Num<Output = Self, Output = Self, Output = Self, Output = Self, Output = Self>
+ NumCast
+ Add
+ Sub
+ Mul
+ Div
+ Rem
+ AddAssign
+ SubAssign
+ MulAssign
+ DivAssign
+ RemAssign
+ NanLikeInterface { }
Expand description
Traits any element of a vector should implement.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.