pub unsafe trait Data: RawData { }Expand description
Array representation trait.
For an array with elements that can be accessed with safe code.
Internal trait, see RawData.
Object Safety§
This trait is not object safe.
pub unsafe trait Data: RawData { }Array representation trait.
For an array with elements that can be accessed with safe code.
Internal trait, see RawData.