Function build_selectors_base

Source
pub fn build_selectors_base<K, V, S>(
    selectors: HashMap<K, S>,
) -> DocumentSelectors<K>
where K: AsRef<str> + Eq + Hash + Clone + Debug, V: AsRef<str> + Debug, S: IntoIterator<Item = V>,
Expand description

Build valid css selectors for extracting. The hashmap takes items with the key for the object key and the value is the css selector.