run_with_callbacks

Function run_with_callbacks 

Source
pub fn run_with_callbacks<F>(
    runner: RunnerConfig,
    addons_cfg: AddOnsConfig,
    cbs: RunnerCallbacks,
    gui: F,
) -> Result<(), DearAppError>
where F: FnMut(&Ui, &mut AddOns<'_>) + 'static,
Expand description

Run with explicit lifecycle callbacks (used by the builder-style API)