pub unsafe trait DataShared:
Clone
+ Data
+ RawDataClone { }
Expand description
Array representation trait.
A representation that is a lightweight view.
Internal trait, see Data
.
Object Safety§
This trait is not object safe.
pub unsafe trait DataShared:
Clone
+ Data
+ RawDataClone { }
Array representation trait.
A representation that is a lightweight view.
Internal trait, see Data
.