Trait luminance::vertex::Deinterleave[][src]

pub trait Deinterleave<T> {
    const RANK: usize;
}
Expand description

TODO

Associated Constants

Rank of the type in the original type.

Implementors