CursorBuffer

Trait CursorBuffer 

Source
pub trait CursorBuffer {
    // Required methods
    fn cursor_manager(&self) -> &CursorManager;
    fn cursor_manager_mut(&mut self) -> &mut CursorManager;
}
Expand description

Extension trait to integrate CursorManager with Buffer

Required Methods§

Implementors§