spider_utils

Type Alias QueryCSSMap

Source
pub type QueryCSSMap<'a> = HashMap<&'a str, QueryCSSSelectSet<'a>>;

Aliased Typeยง

struct QueryCSSMap<'a> { /* private fields */ }