Trait solstice_2d::GeometryKind[][src]

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

Implementors

impl<'a, V, T> GeometryKind<'a, V> for T where
    T: Sized + PartialEq + Into<MeshVariant<'a, V>>,
    V: Vertex
[src]

Loading content...