css_select/simple_matcher
Types
Values
pub fn match(
element: #(String, List(#(String, String))),
selector: selector.Selector,
) -> Bool
Check whether the given element matches the selector.
Returns True if the element’s tag name and all attribute
selectors match, False otherwise.