pub unsafe trait DataMut: Data + RawDataMut { }Expand description
Re-export essential ndarray types and macros for convenience Use ::ndarray to refer to the external crate directly Array representation trait.
For an array with writable elements that can be accessed with safe code.
Internal trait, see Data.
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.