pub type Points = Vec<i32>;
This is a type that defines two points: X and Y coordinates.
pub struct Points { /* private fields */ }