Trait hdf5::Dimension[][src]

pub trait Dimension {
    fn ndim(&self) -> usize;
fn dims(&self) -> Vec<Ix>; fn size(&self) -> Ix { ... } }
Expand description

A trait for the shape and index types.

Required methods

Provided methods

Implementations on Foreign Types

Implementors