pub type RafClosureCell = Rc<RefCell<Option<Closure<dyn FnMut()>>>>;
A reference-counted closure cell used to keep the requestAnimationFrame closure alive.
requestAnimationFrame
pub struct RafClosureCell { /* private fields */ }