pub fn css_query_select_map<K>( html: &str, selectors: &DocumentSelectors<K>, ) -> HashMap<String, Vec<String>>where K: AsRef<str> + Eq + Hash + Sized,
Sync CSS query selector map.