pub async fn download<P: AsRef<Path>>(url: &str, path: P) -> Result<(), Error>
Expand description

Download a file from the provided URL to the provided path