Crate fidl_fuchsia_stash__common

Source

Modules§

get_iterator_ordinals
list_iterator_ordinals
secure_store_ordinals
store2_ordinals
store_accessor_ordinals
store_ordinals

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.