Type Definition sdl2::timer::TimerCallback

source ·
pub type TimerCallback<'a> = Box<dyn FnMut() -> u32 + Sync + 'a>;