pub type WebSearchProviderSlot = Arc<RwLock<Arc<dyn WebSearchProvider>>>;
Shared slot used by web_search to find the active host provider.
web_search
pub struct WebSearchProviderSlot { /* private fields */ }