pub fn query_all_by_title<M: Into<Matcher>>(
container: &HtmlElement,
matcher: M,
options: MatcherOptions,
) -> Result<Vec<HtmlElement>, QueryError>
pub fn query_all_by_title<M: Into<Matcher>>(
container: &HtmlElement,
matcher: M,
options: MatcherOptions,
) -> Result<Vec<HtmlElement>, QueryError>