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ยง
- Read
Only Device - Allows using anything that implements
ReadObjectHandle
as a read-only storageDevice
.