pub trait TreeDragSourceExt: IsA<TreeDragSource> + 'static {
// Provided methods
fn drag_data_delete(&self, path: &TreePath) -> bool { ... }
fn drag_data_get(&self, path: &TreePath) -> Option<ContentProvider> { ... }
fn row_draggable(&self, path: &TreePath) -> bool { ... }
}๐Deprecated: Since 4.10
Provided Methodsยง
fn drag_data_delete(&self, path: &TreePath) -> bool
๐Deprecated: Since 4.10
fn drag_data_get(&self, path: &TreePath) -> Option<ContentProvider>
๐Deprecated: Since 4.10
fn row_draggable(&self, path: &TreePath) -> bool
๐Deprecated: Since 4.10
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.