pub fn kv_pair(key: impl Into<String>, value: impl Into<String>) -> KeyValue
Create a KeyValue pair.
KeyValue