pub async fn refresh_source<S, I>(
storage: &S,
fetcher: &Fetcher,
alias: &str,
metrics: PerformanceMetrics,
indexer: &I,
filter_preference: bool,
) -> Result<RefreshOutcome>Expand description
Refresh a source using its current metadata.