fn display_assignment<K: Display + Hash + Eq, V: Display>( map: HashMap<K, V>, ) -> String
Display a an assignment for example of parameters, locations or variables