gitAdrianK / pir-radiostation-analyser

"Programmieren in Rust" Course Project
MIT License
2 stars 1 forks source link

Serializing a HashMap with non String key #12

Closed gitAdrianK closed 7 years ago

gitAdrianK commented 7 years ago

HashMap<K, V> can only be serialized when K is a String,