pub struct Loader_type { /* private fields */ }
Implementations§
Source§impl Loader_type
impl Loader_type
pub fn New() -> Self
pub fn Add_file( self, Source: impl AsRef<Path>, Destination: impl AsRef<Path_type>, ) -> Self
pub fn Add_files( self, Files: impl IntoIterator<Item = (PathBuf, Path_owned_type)>, ) -> Self
pub fn Load(&self, File_system: &mut dyn File_system_traits) -> Result_type<()>
Auto Trait Implementations§
impl Freeze for Loader_type
impl RefUnwindSafe for Loader_type
impl Send for Loader_type
impl Sync for Loader_type
impl Unpin for Loader_type
impl UnwindSafe for Loader_type
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