pub struct RealRomCache;Expand description
Real implementation of get_or_write_cached_rom for RomCache trait
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RealRomCache
impl RefUnwindSafe for RealRomCache
impl Send for RealRomCache
impl Sync for RealRomCache
impl Unpin for RealRomCache
impl UnsafeUnpin for RealRomCache
impl UnwindSafe for RealRomCache
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