Trait flatk::IntoSizes[][src]

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

Associated Types

Required methods

Implementors