pub struct Path { pub points: std::vec::Vec, } pub struct Point { pub x: i32, pub y: i32, }