Skip to main content

Module keyvalue

Module keyvalue 

Source

Structsยง

KeyValue
A collection of named KeyValueFields identified by a UUID.
KeyValueField
KeyValueItems
Wrapper type representing a collection of KeyValueFields. This allows us to extend functionality (validation, ordering rules, etc.) without changing all call sites that currently use Vec<KeyValueField> or slices.