Module storage

Source
Expand description

Helper functionality to access storage.

While not the primary purpose of this crate, to open VM images, we need to be able to access different kinds of storage objects. Such objects are abstracted behind the Storage trait.

Modules§

drivers
Internal functionality for storage drivers.
ext
Provides the StorageExt struct for more convenient access.

Structs§

StorageCreateOptions
Parameters from which a new storage object can be created.
StorageOpenOptions
Parameters from which a storage object can be constructed.

Enums§

PreallocateMode
Storage object preallocation modes.

Traits§

DynStorage
Allow dynamic use of storage objects (i.e. is object safe).
Storage
Implementation for storage objects.