Trait ndarray::DataOwned [−][src]
pub unsafe trait DataOwned: Data { }
Expand description
Array representation trait.
A representation that is a unique or shared owner of its data.
Internal trait, see Data
.
pub unsafe trait DataOwned: Data { }
Array representation trait.
A representation that is a unique or shared owner of its data.
Internal trait, see Data
.