pub fn current_session_plugin_registry() -> Option<Arc<PluginRegistry>>Expand description
Borrow the current session-local plugin registry, if any. Returns
None when the call is not inside a
scoped_with_session_plugin_registry scope (e.g., a query
against Uni directly with no Session in flight, or a unit test
invoking the executor outside the host crate).