pub struct PluginLoader;Expand description
Plugin loader for managing plugins
Implementations§
Source§impl PluginLoader
impl PluginLoader
Sourcepub async fn load_plugin(&self, _config: &PluginConfig) -> Result<PluginResult>
pub async fn load_plugin(&self, _config: &PluginConfig) -> Result<PluginResult>
Load a plugin
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PluginLoader
impl RefUnwindSafe for PluginLoader
impl Send for PluginLoader
impl Sync for PluginLoader
impl Unpin for PluginLoader
impl UnwindSafe for PluginLoader
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more