Type Alias nannou::draw::primitive::path::DrawingPath

source ·
pub type DrawingPath<'a> = Drawing<'a, Path>;
Expand description

The drawing context for a polyline whose vertices have been specified.

Aliased Type§

struct DrawingPath<'a> { /* private fields */ }