pub trait CellEditableImpl: ObjectImpl {
// Provided methods
fn editing_done(&self) { ... }
fn remove_widget(&self) { ... }
fn start_editing(&self, event: Option<&Event>) { ... }
}
๐Deprecated: Since 4.10
Provided Methodsยง
fn editing_done(&self)
๐Deprecated: Since 4.10
fn remove_widget(&self)
๐Deprecated: Since 4.10
fn start_editing(&self, event: Option<&Event>)
๐Deprecated: Since 4.10
Dyn Compatibilityยง
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.