pub trait DockImplExt: ObjectSubclass {
// Required methods
fn parent_panel_drag_begin(&self, widget: &Widget);
fn parent_panel_drag_end(&self, widget: &Widget);
}Required Methods§
fn parent_panel_drag_begin(&self, widget: &Widget)
fn parent_panel_drag_end(&self, widget: &Widget)
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.