ensure_runtime

Function ensure_runtime 

Source
pub(crate) fn ensure_runtime(
    runtime_root: &Path,
    installer_url: &str,
    confirm_runtime_bootstrap: impl FnMut(&str, &Path) -> Result<bool>,
) -> Result<(), InstallError>