Crate fidl_next_fuchsia_data

Source

Modules§

compat
Compatibility shims which mimic some API surfaces of the current Rust bindings.
dictionary_value

Structs§

Dictionary
A dictionary is a sequence of key/value pairs. Keys must be unique and sorted in lexicographically increasing order.
DictionaryEntry
A key/value pair in a Dictionary.
WireDictionary
The wire type corresponding to Dictionary.
WireDictionaryEntry
The wire type corresponding to DictionaryEntry.
WireDictionaryValue
The wire type corresponding to DictionaryValue.
WireOptionalDictionaryValue

Enums§

DictionaryValue
A dictionary’s value is a string, a list of strings, or a list of objects.

Constants§

MAX_KEY_LENGTH
MAX_NUM_ENTRIES
MAX_NUM_VALUE_ITEMS
MAX_VALUE_LENGTH