pub trait DockImpl: WidgetImpl {
// Provided methods
fn panel_drag_begin(&self, widget: &Widget) { ... }
fn panel_drag_end(&self, widget: &Widget) { ... }
}Provided Methods§
fn panel_drag_begin(&self, widget: &Widget)
fn 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.