pub fn map_key<'a, K, V>(map: &Map<K, V>, key: K) -> Stringwhere V: Serialize + DeserializeOwned, K: PrimaryKey<'a>,