Crate fidl_fuchsia_stash
source ·Structs
A Stream of incoming requests for GetIterator
KeyValue is used when a series of keys are being read, or the default state
for the store is being set.
ListItem is returned when a series of keys are being listed.
A Stream of incoming requests for ListIterator
A Stream of incoming requests for SecureStore
A Stream of incoming requests for Store2
A Stream of incoming requests for StoreAccessor
A Stream of incoming requests for Store
Enums
The iterator returned when a series of keys are being read. Returns an
empty vector when there are no more remaining KeyValues.
The iterator returned when a series of keys are being listed. Returns an
empty vector when there are no more remaining ListItems.
Interface used to interact with a given client’s key/value store. The bytes
type is disabled in this store.
A copy of |Store| in all but name. Behaves identically to |Store|.
See: fxbug.dev/48802
The interface returned when a new accessor is created.
Interface used to interact with a given client’s key/value store
Value holds a value for a given key.
ValueType encodes a type for a field in the store
Constants
Strings over 12 kb will be tossed. This number is chosen arbitrarily, if you
think it should be higher just ask.