pub trait TextVertex<UD: Copy> { // Required method fn apply(&mut self, position: [f32; 2], tex_coord: [f32; 3], user_data: UD); }