Struct modality_ingest_protocol::PackedAttrKvs
source · Expand description
A way to bundle together attr kvs for transport purposes. The ‘u32’ is meant to represent an attr key, where the name->number mapping is defined elsewhere in the protocol.
These are encoded in cbor in a ‘reasonably compact’ way: an array of alternating u32 key and AttrVals.
Tuple Fields§
§0: Vec<(K, AttrVal)>