For some OpenGL code, I created a trait Vertex. currently it looks like this
Vertex
trait Vertex: Sized + Clone { //... }
Because of th