Expand description
Exposes a factory struct and trait to generate storage.
Structs§
- Fidl
Storage Factory - Factory that vends out storage.
- NoneT
- Stash
Device Storage Factory - Factory that vends out storage.
Enums§
- Initialization
State - The state of the factory. Only one state can be active at a time because once
the
DeviceStorage
is created, there’s no way to change the keys, so there’s no need to keep the set of keys anymore.
Traits§
- Default
Loader - Storage
Access - A trait for describing which storages an item needs access to. See StashDeviceStorageFactory::initialize for usage.
- Storage
Factory DeviceStorageFactory
abstracts over how to initialize and retrieve theDeviceStorage
instance.