pub unsafe trait VertexType {
    // Required method
    fn get_decl(prim: &PrimitivesAddon) -> VertexDecl;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§