pub async fn fetch_sources(
sources: &[Source],
directories: &Directories,
system_tools: &SystemTools,
tool_configuration: &Configuration,
) -> Result<Vec<Source>, SourceError>Expand description
Fetches all sources in a list of sources and applies specified patches