Static PLUGIN_CONTEXT

Source
pub static PLUGIN_CONTEXT: OnceLock<Arc<dyn PluginContext + Send + Sync>>
Expand description

Static plugin context.

This plugin context is created by construct_plugin before constructing the dependency injection container.