Expand description
Representations of persistent storage.
Structs
FileStorage
is an implementor of the Storage
trait that stores data to the file
system.
Traits
Storage
is implemented by the persistent data storage methods HAP supports. Currently, that’s just
FileStorage
.