Skip to main content

SharedDropTargetStyle

Type Alias SharedDropTargetStyle 

Source
pub type SharedDropTargetStyle = Rc<dyn DropTargetStyle>;
Expand description

Shared, theme-installable handle to a DropTargetStyle.

Aliased Type§

pub struct SharedDropTargetStyle { /* private fields */ }