pub async fn reconfigure_provider_tree(
provider: &mut dyn SuggestionProvider,
new_settings: Settings,
new_config: Value,
metrics_client: StatsdClient
) -> Result<(), SetupError>
Expand description
Reconfigure providers in place.
Errors
If there is an unrecoverable error processing the new config.