Trait PluginContextFactory

Source
pub trait PluginContextFactory:
    Send
    + Sync
    + Lifecycle {
    // Required methods
    fn construct_plugin_context(&self);
    fn get(&self) -> Option<Arc<dyn PluginContext + Send + Sync>>;
}

Required Methods§

Source

fn construct_plugin_context(&self)

Source

fn get(&self) -> Option<Arc<dyn PluginContext + Send + Sync>>

Trait Implementations§

Source§

impl Injectable for dyn PluginContextFactory + Sync + Send

Implementors§