pub fn make_provider_tree(
    settings: Settings,
    config: SuggestionProviderConfig,
    metrics_client: StatsdClient
) -> Pin<Box<dyn Future<Output = Result<Box<dyn SuggestionProvider>, SetupError>> + Send>>
Expand description

Recursive helper to build a tree of providers.