Type Definition nannou::draw::primitive::path::DrawingPath[][src]

type DrawingPath<'a, S = Default> = Drawing<'a, Path<S>, S>;

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