Type Definition titanium::desktop::gui::libdruid::tests::helpers::UpdateFn

pub type UpdateFn<S, T> = dyn FnMut(&mut S, &mut UpdateCtx<'_, '_>, &T, &T, &Env) + 'static;