[][src]Function widgetry::run

pub fn run<G: 'static + GUI, F: FnOnce(&mut EventCtx<'_>) -> G>(
    settings: Settings,
    make_gui: F
) -> !