Trait Style
conrod_core::widget::primitive::shape::triangles
pub trait Style: Style + Clone + Send { type Vertex: Vertex + Send; }
Unique styling types for Triangles.
Triangles
type Vertex: Vertex + Send
The type of vertices that make up the list of triangles for this style.
impl Style for MultiColor
type Vertex = ColoredPoint
impl Style for SingleColor
type Vertex = Point