Trait flatdata::IndexMut[][src]

pub trait IndexMut: StructMut {
    fn set_value(&mut self, value: usize);
}

A type in archive used as mutable index of a MultiVector.

Required Methods

Sets index value.

Implementors