pub trait CellEditableExtManual {
    fn start_editing(&self, event: Option<&impl AsRef<Event>>);
}

Required methods

Implementors