[][src]Type Definition meli::terminal::position::Pos

type Pos = (usize, usize);

A (x, y) position on screen.