pub type Coordinate<'a> = (&'a str, u32, u32);
Type shortcut for typical coordinate data
This is a tuple of