Skip to main content

WidgetInfoDragDropExt

Trait WidgetInfoDragDropExt 

Source
pub trait WidgetInfoDragDropExt {
    // Required method
    fn is_draggable(&self) -> bool;
}
Expand description

WidgetInfo extensions for drag & drop service.

Required Methods§

Source

fn is_draggable(&self) -> bool

If this widget can be dragged and dropped.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl WidgetInfoDragDropExt for WidgetInfo

Implementors§