pub fn element_lacks_value<N>(value: N, ignore_errors: bool) -> ElementPredicate
where N: Needle + Clone + Send + Sync + 'static,
Expand description

Predicate that returns true for elements that do not contain the specified value. See the Needle documentation for more details on text matching rules.