Trait ndarray::DataOwned

source ·
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.

Implementors§