pub type Polygon = Vec<Vec<Point>>;
Definition of a Polygon
pub struct Polygon { /* private fields */ }