EventHandler

Type Alias EventHandler 

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

Type alias for a mutable event handler with no arguments

Aliased Typeยง

pub struct EventHandler { /* private fields */ }