有没有比这一行更有效的方法从 HashMap 获取拥有的值?
let output_items = output_tables.get(TABLE_NAME_TLIST).unwrap().to_owned();
此屏幕截图扩展了类型:
rust
rust ×1