download_into_file

Function download_into_file 

Source
pub async fn download_into_file<T>(
    filename: &Path,
    progress: T,
    res: SimpleResponse,
) -> Result<File, WrappedError>