pub struct FileLoader { /* private fields */ }
Expand description
This provides a common way to load files for both native and web targets
Implementations§
Trait Implementations§
Source§impl Default for FileLoader
impl Default for FileLoader
Source§fn default() -> FileLoader
fn default() -> FileLoader
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FileLoader
impl RefUnwindSafe for FileLoader
impl Send for FileLoader
impl Sync for FileLoader
impl Unpin for FileLoader
impl UnwindSafe for FileLoader
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