CursorOffset

Trait CursorOffset 

Source
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.

Required Methods§

Implementors§