Trait flatdata::Index[][src]

pub trait Index: Struct {
    type IndexMut: IndexMut;
    fn value(&self) -> usize;
}

A type in archive used as index of a MultiArrayView.

Associated Types

Corresponding mutable index type used for writing an index.

Required Methods

Returns the index value.

Implementors