pub trait MatrixRef<M>: Mul<Scale<<M as MatrixCommon>::T>, Output = M>where
M: MatrixCommon,{ }Expand description
A trait allowing for references to implement matrix operations
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".