pub struct DirLoader { /* private fields */ }Expand description
A LibraryLoader that reads libraries from directories on disk.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DirLoader
impl !RefUnwindSafe for DirLoader
impl !Sync for DirLoader
impl Send for DirLoader
impl Unpin for DirLoader
impl UnsafeUnpin for DirLoader
impl UnwindSafe for DirLoader
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