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 */ }
pub type DictionaryKey = String;
The key of a DictionaryItem
. The constraints for valid keys are documented at
https://fuchsia.dev/reference/cml#names.
struct DictionaryKey { /* private fields */ }