pub trait TermInfo { // Required methods fn lines(&self) -> Line; fn cols(&self) -> Column; }
Trait that provides properties of terminal