pub type SharedTextSelection = Arc<Mutex<TextSelection>>;Expand description
Thread-safe handle to the global text selection state
Aliased Typeยง
pub struct SharedTextSelection { /* private fields */ }pub type SharedTextSelection = Arc<Mutex<TextSelection>>;Thread-safe handle to the global text selection state
pub struct SharedTextSelection { /* private fields */ }