Type Definition sdl2::timer::TimerCallback

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