Module storage
omaha_
client
0.0.1
Module storage
Module Items
Modules
Structs
Traits
In crate omaha_
client
Modules
app_set
async_generator
clock
common
configuration
cup_ecdsa
http_request
http_uri_ext
installer
metrics
policy
protocol
request_builder
state_machine
storage
time
unless
version
omaha_client
Module
storage
Copy item path
Settings
Help
Summary
Source
Modules
§
tests
The storage::tests module contains test vectors that implementations of the Storage trait should pass. These can be called with a Storage implementation as part of a test.
Structs
§
MemStorage
The MemStorage struct is an in-memory-only implementation of the Storage trait, to be used in testing scenarios.
Traits
§
Storage
The Storage trait is used to access typed key=value storage, for persisting protocol state and other data between runs of the update check process.
Storage
Ext
Extension trait that adds some features to Storage that can be implemented using the base
Storage
implementation.