Trait tract_core::internal::tract_ndarray::DataClone[][src]

pub trait DataClone: Data + RawDataClone { }
👎 Deprecated since 0.13.0:

use Data + RawDataClone instead

Array representation trait.

An array representation that can be cloned and allows elements to be accessed with safe code.

Internal trait, see Data.

Implementors

impl<T> DataClone for T where
    T: Data + RawDataClone
[src]

Loading content...