pub fn with_launcher_ref<R, F: FnOnce(&AppLauncher) -> R>(f: F) -> Option<R>Expand description
Execute a function with the application launcher (read-only access).
pub fn with_launcher_ref<R, F: FnOnce(&AppLauncher) -> R>(f: F) -> Option<R>Execute a function with the application launcher (read-only access).