Skip to main content

run_update_inner

Function run_update_inner 

Source
async fn run_update_inner(
    endpoint: &str,
    cache_root: PathBuf,
    timeout_ms: u64,
    lang_filter: Option<&str>,
    output: OutputFormat,
) -> Result<()>