Trait numpy::convert::ToNpyDims

source ·
pub trait ToNpyDims: Dimension + Sealed { }
Expand description

Utility trait to specify the dimensions of an array.

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<D> ToNpyDims for Dwhere D: Dimension,