Function solana_download_utils::download_file[][src]

pub fn download_file(
    url: &str,
    destination_file: &Path,
    use_progress_bar: bool
) -> Result<(), String>