pub type PointUsize = Point<usize>;
ropey
tui
pub struct PointUsize { pub x: usize, pub y: usize, }
x: usize
y: usize