term_model::term::cell

Trait LineLength

Source
pub trait LineLength {
    // Required method
    fn line_length(&self) -> Column;
}
Expand description

Get the length of occupied cells in a line

Required Methods§

Source

fn line_length(&self) -> Column

Calculate the occupied line length

Implementors§