Module device_storage

Source
Expand description

Allows controllers to store state in persistent device level storage.

Structs§

DeviceStorage
Stores device level settings in persistent storage. User level settings should not use this.

Traits§

DefaultDispatcher
DeviceStorageCompatible
Structs that can be stored in device storage
DeviceStorageConvertible
Types that can be converted into a storable type.