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