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

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

Loading content...