Skip to main content

encode_string_key_values

Function encode_string_key_values 

Source
pub fn encode_string_key_values(entries: &[(String, Value)]) -> Result<Vec<u8>>
Expand description

Encode a slice of (String, Value) pairs into a FlatBuffers StringKeyValueList.