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

Implementors§

source§

impl<'a, V, T> GeometryKind<'a, V> for Twhere
    T: Sized + PartialEq + Into<MeshVariant<'a, V>>,
    V: Vertex,