F64EventHandler

Type Alias F64EventHandler 

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

Type alias for a mutable event handler with an f64 argument

Aliased Typeยง

pub struct F64EventHandler { /* private fields */ }