[][src]Function fut::store_into_map

pub fn store_into_map(
    store_map: &mut HashMap<String, Vec<String>>,
    key: &str,
    value: String
) -> bool

Stores a new string in a HashMap where the values is a Vec-String- of all values.