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

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

Unique styling types for Triangles.

Associated Types

type Vertex: Vertex + Send

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

Loading content...

Implementors

impl Style for MultiColor[src]

impl Style for SingleColor[src]

type Vertex = Point

Loading content...