Function download_binary

Source
pub fn download_binary(
    url: String,
    destination: PathBuf,
) -> Result<PathBuf, String>