[][src]Trait alacritty_terminal::term::cell::LineLength

pub trait LineLength {
    fn line_length(&self) -> Column;
}

Get the length of occupied cells in a line.

Required methods

fn line_length(&self) -> Column

Calculate the occupied line length.

Loading content...

Implementors

impl LineLength for Row<Cell>[src]

Loading content...