logo
pub trait IntoIndexed<N>: Polygonal where
    N: Copy + Integer + Unsigned
{ type Indexed: Polygonal<Vertex = (N, Self::Vertex)>; fn into_indexed(self) -> Self::Indexed; }

Required Associated Types

Required Methods

Implementors