pub fn explain_with_document(
selector: &str,
doc: &Document,
) -> QueryResult<SelectorExplanation>Expand description
Explains a selector with match count from a document.
ยงErrors
Returns QueryError::InvalidSelector if the selector is invalid.