Type Alias DictionaryKey

pub type DictionaryKey = String;
Expand description

The key of a DictionaryItem. The constraints for valid keys are documented at https://fuchsia.dev/reference/cml#names.

Aliased Typeยง

struct DictionaryKey { /* private fields */ }