timer

Macro timer 

Source
macro_rules! timer {
    ($x:expr) => { ... };
}
Expand description

Converts a TimerBox into a Timer reference.