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