macro_rules! derive_vertex_type {
($item: item) => { ... };
}
Expand description
Use this macro to convert your struct into VertexType
macro_rules! derive_vertex_type {
($item: item) => { ... };
}
Use this macro to convert your struct into VertexType