Trait nannou::draw::primitive::path::TessellationOptions[][src]

pub trait TessellationOptions {
    type Tessellator;
    fn into_options(self) -> Options;
}
Expand description

A set of path tessellation options (FillOptions or StrokeOptions).

Associated Types

The tessellator for which the options are built.

Required methods

Convert the typed options instance to a dynamic one.

Implementations on Foreign Types

Implementors