Trait ndarray::Data
[−]
[src]
pub unsafe trait Data: Sized { type Elem; }
Array representation trait.
Note: Data
is not an extension interface at this point.
Traits in Rust can serve many different roles. This trait is public because
it is used as a bound on public methods.
Associated Types
type Elem
The array element type.