fetch_resource_with_progress

Function fetch_resource_with_progress 

Source
pub async fn fetch_resource_with_progress(
    formula_name: &str,
    resource: &ResourceSpec,
    config: &Config,
    progress_callback: Option<ProgressCallback>,
) -> Result<PathBuf>