pub unsafe trait StorageMut<T, R, C = Const<1_usize>>: Storage<T, R, C> + RawStorageMut<T, R, C> where
    R: Dim,
    C: Dim
{ }
Expand description

Trait shared by all mutable matrix data storage that don’t contain any uninitialized elements.

Implementors