pub trait CursorOffset {
// Required method
fn cursor_offset(&self) -> u16;
}Expand description
Used to know how many cells are used before the cursor is drawned it the input line.
pub trait CursorOffset {
// Required method
fn cursor_offset(&self) -> u16;
}Used to know how many cells are used before the cursor is drawned it the input line.