SelectionExecCommandSupport

Trait SelectionExecCommandSupport 

Source
pub(crate) trait SelectionExecCommandSupport {
    // Required method
    fn delete_the_selection(&self, active_range: &Range);
}

Required Methods§

Source

fn delete_the_selection(&self, active_range: &Range)

Implementors§