Trait conrod::widget::primitive::shape::triangles::Style[][src]

pub trait Style: Style + Clone + Send {
    type Vertex: Vertex + Send;
}

Unique styling types for Triangles.

Associated Types

The type of vertices that make up the list of triangles for this style.

Implementors