Type Alias tauri_runtime_wry::WindowMenuEventListeners

source ·
pub type WindowMenuEventListeners = Arc<Mutex<HashMap<Uuid, MenuEventHandler>>>;

Aliased Type§

struct WindowMenuEventListeners { /* private fields */ }