Macro breezy_timer::get_timers_map[][src]

macro_rules! get_timers_map {
    () => { ... };
}

Returns the hashmap containing each timer. The key corresponds to the timer name, and the value is an instance of TimerState. If feature breezy_timer is not active, return an empty HashMap (to avoid breaking code which depends on the output)