pub trait MutableRawAccessArrayImpl<Item, const NDIM: usize>: RawAccessArrayImpl<Item, NDIM> + RawAccessMut<Item = Item> { }Expand description
Default trait for arrays that allow mutable raw access.
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.