Skip to main content

merge_fn_map

Function merge_fn_map 

Source
pub fn merge_fn_map<'s, F>(
    base: &mut HashMap<&'s str, F>,
    extension: HashMap<&'s str, F>,
)