pub trait UnmapRom: Send + Sync { // Required method fn unmap_rom(self); }
Trait to unmap a ROM from guest memory.
Unmaps the ROM from guest memory.