Type Alias TimerBox

Source
pub type TimerBox = Rc<RefCell<dyn Timer>>;

Aliased Typeยง

pub struct TimerBox { /* private fields */ }