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