Skip to main content

RafClosureCell

Type Alias RafClosureCell 

Source
pub type RafClosureCell = Rc<RefCell<Option<Closure<dyn FnMut()>>>>;
Expand description

A reference-counted closure cell used to keep the requestAnimationFrame closure alive.

Aliased Typeยง

pub struct RafClosureCell { /* private fields */ }