pub struct NativePluginLoader { /* private fields */ }Expand description
Loader for native dynamic library plugins.
Implementations§
Source§impl NativePluginLoader
impl NativePluginLoader
Sourcepub fn add_search_dir(&mut self, dir: impl Into<PathBuf>)
pub fn add_search_dir(&mut self, dir: impl Into<PathBuf>)
Add a directory to search for plugin libraries.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NativePluginLoader
impl RefUnwindSafe for NativePluginLoader
impl Send for NativePluginLoader
impl Sync for NativePluginLoader
impl Unpin for NativePluginLoader
impl UnsafeUnpin for NativePluginLoader
impl UnwindSafe for NativePluginLoader
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