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

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