Skip to main content

obj_map_keys_string

Function obj_map_keys_string 

Source
pub(crate) fn obj_map_keys_string(
    entries: &IndexMap<String, String>,
    mapper: fn(&str) -> String,
) -> IndexMap<String, Rc<FlatCompiledStylesValue>>