pub trait GeometryKind<'a, V>: Sized + PartialEq + Into<MeshVariant<'a, V>>where
    V: Vertex,
{ }

Implementors