Skip to main content

WidgetInfoBuilderDragDropExt

Trait WidgetInfoBuilderDragDropExt 

Source
pub trait WidgetInfoBuilderDragDropExt {
    // Required method
    fn draggable(&mut self);
}
Expand description

WidgetInfoBuilder extensions for drag & drop service.

Required Methods§

Source

fn draggable(&mut self)

Flag the widget as draggable.

Dyn Compatibility§

This trait is dyn compatible.

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

Implementations on Foreign Types§

Source§

impl WidgetInfoBuilderDragDropExt for WidgetInfoBuilder

Source§

fn draggable(&mut self)

Implementors§