pub trait MatrixHost: Matrix<V: VectorHost> { }
Expand description
A host matrix is a matrix type that has a host vector 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.