Type Alias tauri_runtime_wry::WindowEventListeners

source ·
pub type WindowEventListeners = Arc<Mutex<HashMap<Uuid, WindowEventHandler>>>;

Aliased Type§

struct WindowEventListeners { /* private fields */ }