Type Alias freya_core::types::FocusSender
source · pub type FocusSender = Sender<Option<NodeId>>;
Expand description
Send focus updates to the Accessibility provider.
Aliased Type§
struct FocusSender { /* private fields */ }
pub type FocusSender = Sender<Option<NodeId>>;
Send focus updates to the Accessibility provider.
struct FocusSender { /* private fields */ }