pub type ControlAction = Rc<dyn Fn(&mut EventContext<'_>)>;Expand description
Action invoked when a ControlButton is tapped.
Aliased Typeยง
pub struct ControlAction { /* private fields */ }pub type ControlAction = Rc<dyn Fn(&mut EventContext<'_>)>;Action invoked when a ControlButton is tapped.
pub struct ControlAction { /* private fields */ }