Type Alias spider_utils::QueryCSSSelectSet

source ·
pub type QueryCSSSelectSet<'a> = HashSet<&'a str>;

Aliased Type§

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