pub trait TermInfo { // Required method fn size(&mut self) -> Option<Size>; }
Trait to get the size of the terminal
Returns the size of this stream in the terminal