Trait RowBatchMut
pub trait RowBatchMut<E>: As2DMut<E> + RowBatch<E>where
E: Conjugate,{ }
Expand description
Type that can be interpreted as a mutable batch of row vectors. Can be a single row or a matrix.
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.