pub fn decode_widget_id(data: &DragDropData) -> Option<WidgetId>
Expand description
Decode an widget ID from drag&drop data.
The ID will only decode if it was encoded by the same app instance.
pub fn decode_widget_id(data: &DragDropData) -> Option<WidgetId>
Decode an widget ID from drag&drop data.
The ID will only decode if it was encoded by the same app instance.