Skip to main content

run_with_runtime

Function run_with_runtime 

Source
pub fn run_with_runtime<E>(
    engine: &mut E,
    app_config: &AppConfig,
    config: &Config,
) -> Result<AppReport, RuntimeError>
where E: PingEngine,