pub type DrawingPath<'a> = Drawing<'a, Path>;
The drawing context for a polyline whose vertices have been specified.
struct DrawingPath<'a> { /* private fields */ }