pub type Path<Coord> = PathElement<Coord>;
struct Path<Coord> { /* private fields */ }
Create a new path
points
style