pub type F64EventHandler = Rc<RefCell<dyn FnMut(f64)>>;
Type alias for a mutable event handler with an f64 argument
pub struct F64EventHandler { /* private fields */ }