DockImplExt

Trait DockImplExt 

Source
pub trait DockImplExt: ObjectSubclass {
    // Required methods
    fn parent_panel_drag_begin(&self, widget: &Widget);
    fn parent_panel_drag_end(&self, widget: &Widget);
}

Required Methods§

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.

Implementors§