pub unsafe trait RawDataClone: RawData { }Expand description
Array representation trait.
An array representation that can be cloned.
Internal trait, see RawData.
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.