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

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

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