logo
pub trait IntoStructuredIndex<G> where
    <Self::Item as Topological>::Vertex: Copy + Integer + Unsigned
{ type Item: Polygonal; fn into_structured_index(self) -> MeshBuffer<Self::Item, G>; }

Required Associated Types

Required Methods

Implementors