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
pub trait CursorBuffer {
// Required methods
fn cursor_manager(&self) -> &CursorManager;
fn cursor_manager_mut(&mut self) -> &mut CursorManager;
}
Extension trait to integrate CursorManager
with Buffer