pub struct DirSource { /* private fields */ }Expand description
Tiles read from a local directory (tests, offline demos, pre-seeded caches). Parsed tiles are memoized, so repeated lookups don’t re-read the file.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for DirSource
impl RefUnwindSafe for DirSource
impl Send for DirSource
impl Sync for DirSource
impl Unpin for DirSource
impl UnsafeUnpin for DirSource
impl UnwindSafe for DirSource
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