Module virtual_device

Source
Expand description

Implementation of a virtual storage devices backed by a ReadObjectHandle. Allows using files within an existing fxfs as a virtual storage device (e.g. to mount an inner filesystem).

Structsยง

ReadOnlyDevice
Allows using anything that implements ReadObjectHandle as a read-only storage Device.