pub fn convert_header_map_to_hashmap(map: &HeaderMap) -> HashMap<String, String>
Convert a async_nats::HeaderMap to a HashMap used in trace contexts
async_nats::HeaderMap
HashMap