pub type GlobalEventHandlerFn<T> = dyn Fn(&dyn GlobalEvent, &GlobalEventCtx<'_, T>) -> Result<(), String> + 'static;Expand description
Type alias for a global event handler function.
pub type GlobalEventHandlerFn<T> = dyn Fn(&dyn GlobalEvent, &GlobalEventCtx<'_, T>) -> Result<(), String> + 'static;Type alias for a global event handler function.