Trait flatk::ReinterpretAsGrouped[][src]

pub trait ReinterpretAsGrouped<N> {
    type Output;
    fn reinterpret_as_grouped(self) -> Self::Output;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors