pub struct FsJsModuleLoader { /* private fields */ }Expand description
File system module loader
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FsJsModuleLoader
impl RefUnwindSafe for FsJsModuleLoader
impl Send for FsJsModuleLoader
impl Sync for FsJsModuleLoader
impl Unpin for FsJsModuleLoader
impl UnwindSafe for FsJsModuleLoader
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