pesde

Function refresh_sources

Source
pub async fn refresh_sources<I: Iterator<Item = PackageSources>>(
    project: &Project,
    sources: I,
    refreshed_sources: &mut HashSet<PackageSources>,
) -> Result<(), Box<RefreshError>>
Expand description

Refreshes the sources asynchronously