[][src]Function centerdevice::client::download::download_file_with_progress

pub fn download_file_with_progress<T: WithProgress + ?Sized>(
    authorized_client: &AuthorizedClient,
    download: Download,
    progress: &mut T
) -> Result<u64>