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