pub type QueryCSSSelectSet<'a> = HashSet<&'a str>;
pub struct QueryCSSSelectSet<'a> { /* private fields */ }