RenderTty

Trait RenderTty 

Source
pub trait RenderTty: Write {
    // Required method
    fn get_size_in_cells(&mut self) -> Result<(usize, usize)>;
}

Required Methods§

Source

fn get_size_in_cells(&mut self) -> Result<(usize, usize)>

Returns the (cols, rows) for the terminal

Implementors§