BoolEventHandler

Type Alias BoolEventHandler 

Source
pub type BoolEventHandler = Rc<RefCell<dyn FnMut(bool)>>;
Expand description

Type alias for a mutable event handler with a bool argument

Aliased Typeยง

pub struct BoolEventHandler { /* private fields */ }