pub struct FileSource { /* private fields */ }Expand description
Asset source that treats asset key as relative file path, joins it with root path and loads asset data from file.
Implementations§
Trait Implementations§
Source§impl Debug for FileSource
impl Debug for FileSource
Source§impl<P> Source<P> for FileSource
impl<P> Source<P> for FileSource
impl AutoLocalSource for FileSource
Auto Trait Implementations§
impl Freeze for FileSource
impl RefUnwindSafe for FileSource
impl Send for FileSource
impl Sync for FileSource
impl Unpin for FileSource
impl UnwindSafe for FileSource
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