Trait termwiz::render::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§