Searched refs:map_str (Results 1 – 1 of 1) sorted by relevance
1686 let map_str = format!("{:?}", map); in test_show() localVariable1688 assert!(map_str == "{1: 2, 3: 4}" || map_str == "{3: 4, 1: 2}"); in test_show()