Type Alias freya_testing::FocusReceiver
pub type FocusReceiver = Receiver<Option<NodeId>>;
Expand description
Receive updates by the platform of the focused elements
Aliased Type§
struct FocusReceiver { /* private fields */ }
pub type FocusReceiver = Receiver<Option<NodeId>>;
Receive updates by the platform of the focused elements
struct FocusReceiver { /* private fields */ }