trait Align<V: Pod, I: Pod> { // Required methods fn align_vertices(&mut self); fn align_indices(&mut self); }