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

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

Unique styling types for Triangles.

Associated Types

type Vertex: Vertex + Send[src]

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

Loading content...

Implementors

Loading content...