pub fn run_with_callbacks<F>(
runner: RunnerConfig,
addons_cfg: AddOnsConfig,
cbs: RunnerCallbacks,
gui: F,
) -> Result<(), DearAppError>Expand description
Run with explicit lifecycle callbacks (used by the builder-style API)
pub fn run_with_callbacks<F>(
runner: RunnerConfig,
addons_cfg: AddOnsConfig,
cbs: RunnerCallbacks,
gui: F,
) -> Result<(), DearAppError>Run with explicit lifecycle callbacks (used by the builder-style API)