Trait flatk::AsIndexSlice[][src]

pub trait AsIndexSlice: AsRef<[usize]> { }
Expand description

A wrapper trait for sequences of immutable indices.

Implementations on Foreign Types

Implementors