Type Alias ambient_ui::FocusSetter

source ·
pub type FocusSetter = Cb<dyn Fn(&mut World, bool) + Sync + Send>;
Expand description

Set or unset focus of this element instance

Aliased Type§

struct FocusSetter { /* private fields */ }