Function css_query_select_map

Source
pub fn css_query_select_map<K>(
    html: &str,
    selectors: &DocumentSelectors<K>,
) -> HashMap<String, Vec<String>>
where K: AsRef<str> + Eq + Hash + Sized,
Expand description

Sync CSS query selector map.