Looking up item in a hashtable where the key is a tuple which contains a non-copyable type

后端 未结 0 1736
旧巷少年郎
旧巷少年郎 2021-01-29 11:44

Let\'s say I have a hashtable like this:

let table: HashMap<(usize, Vec), SomeStruct> = HashMap::new();
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题