Function run

Source
pub fn run<A, F>(build: F)
where A: App, F: FnOnce(&EventsLoop) -> A,