into_hashmap

Function into_hashmap 

Source
pub fn into_hashmap(properties: Vec<Property>) -> HashMap<String, String>
Expand description

Converts a Vec<Property> to a HashMap<String, String>.

This is a convenience function for converting a list of properties back to a map.