Trait flatk::AsIndexSliceMut[][src]

pub trait AsIndexSliceMut: AsMut<[usize]> { }
Expand description

A wrapper trait for sequences of mutable indices.

Implementations on Foreign Types

Implementors