pub fn hash_map_to_javascript_html<K: Display + Eq + Hash, V: Display, S: AsRef<str>>(
hash_map: &HashMap<K, V>,
variable_name: S,
keys: &[K]
) -> Result<String, String>
Expand description
Convert a HashMap to minified JavaScript code in HTML.