Trait nvim_gtk::cursor::CursorRedrawCb[][src]

pub trait CursorRedrawCb {
    fn queue_redraw_cursor(&mut self);
}

Required methods

fn queue_redraw_cursor(&mut self)[src]

Loading content...

Implementors

impl CursorRedrawCb for nvim_gtk::cmd_line::State[src]

impl CursorRedrawCb for nvim_gtk::shell::State[src]

Loading content...