Function spider_utils::css_query_select_map_streamed
source ยท pub async fn css_query_select_map_streamed<K>(
html: &str,
selectors: &HashMap<K, Vec<Selector>>,
) -> HashMap<String, Vec<String>>Expand description
Async stream CSS query selector map.