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