Struct yrs::YMapEntry [−][src]
Expand description
A structure representing single key-value entry of a map output (used by either embedded JSON-like maps or YMaps).
Fields
key: *const c_charNull-terminated string representing an entry’s key component. Encoded as UTF-8.
value: YOutputA YOutput value representing containing variadic content that can be stored withing map’s
entry.
