DragDropId

Trait DragDropId 

Source
pub trait DragDropId:
    'static
    + Copy
    + Any
    + Send
    + Sync { }
Expand description

Message type for communicating between Drag and Drop widgets

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§

Source§

impl<T: 'static + Copy + Send + Sync> DragDropId for T