pub fn build_selectors_base<K, V, S>(
selectors: HashMap<K, S>,
) -> DocumentSelectors<K>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.
pub fn build_selectors_base<K, V, S>(
selectors: HashMap<K, S>,
) -> DocumentSelectors<K>Build valid css selectors for extracting. The hashmap takes items with the key for the object key and the value is the css selector.