Trait nannou::ui::prelude::widget::primitive::shape::triangles::Style[][src]

pub trait Style: Style + Send + Clone {
    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