pub fn fetch_all<P: AsRef<Path>>(
sources: SourcesTable,
out_dir: P,
) -> Vec<(SourceName, FetchResult<Artefact>)>Expand description
Convenience function to fetch all sources serially
pub fn fetch_all<P: AsRef<Path>>(
sources: SourcesTable,
out_dir: P,
) -> Vec<(SourceName, FetchResult<Artefact>)>Convenience function to fetch all sources serially