Expand description

Allow usage of std::collections::HashMap. We need to iterate through all the values in the map, so we can’t use mz_ore wrapper. Also, we don’t need any ordering for the values fetched, so using std HashMap.

Structs