pub fn run<F>(app_init: F) -> Resultwhere F: FnOnce(&mut App) + Send + 'static,
Starts running a Cushy application, invoking app_init after the event loop has started.
app_init