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