Crate fidl_fuchsia_stash_common

Source

Structs§

ListItem
ListItem is returned when a series of keys are being listed.
ListIteratorGetNextResponse
StoreAccessorDeletePrefixRequest
StoreAccessorDeleteValueRequest
StoreAccessorGetValueRequest
StoreIdentifyRequest

Enums§

FlushError
ValueType
ValueType encodes a type for a field in the store

Constants§

MAX_KEY_SIZE
MAX_STRING_SIZE
Strings over 12 kb will be tossed. This number is chosen arbitrarily, if you think it should be higher just ask.