Trait flatk::IntoValues[][src]

pub trait IntoValues {
    type Iter: Iterator<Item = usize>;
    fn into_values(self) -> Self::Iter;
}

Associated Types

Required methods

Implementors