pub trait LineLength {
// Required method
fn line_length(&self) -> Column;
}
Expand description
Get the length of occupied cells in a line
Required Methods§
Sourcefn line_length(&self) -> Column
fn line_length(&self) -> Column
Calculate the occupied line length