pub trait MatrixOps<S, RHS = Self, Output = Self>{ }Expand description
Required arithmetic operations for matrices.
Must be in a separate trait to allow Self to be a reference type
and the output the base type.
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.