Type Definition sdl2::timer::TimerCallback [] [src]

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