Skip to main content

DragAndDropPayload

Type Alias DragAndDropPayload 

Source
pub type DragAndDropPayload = Rc<dyn Any>;
Expand description

What a transfer carries: any value the source chose, which a target downcasts to the type it expects.

Aliased Typeยง

pub struct DragAndDropPayload { /* private fields */ }