Trait ndarray::DataOwned [] [src]

pub unsafe trait DataOwned: Data { }

Array representation trait.

A representation that is a unique or shared owner of its data.

Internal trait, see Data.

Implementors