Skip to main content

SharedTextSelection

Type Alias SharedTextSelection 

Source
pub type SharedTextSelection = Arc<Mutex<TextSelection>>;
Expand description

Thread-safe handle to the global text selection state

Aliased Typeยง

pub struct SharedTextSelection { /* private fields */ }