pub type ElementPredicate = ElementQueryFn<bool>;
Expand description
Function signature for element predicates.
Aliased Typeยง
struct ElementPredicate(/* private fields */);
pub type ElementPredicate = ElementQueryFn<bool>;
Function signature for element predicates.
struct ElementPredicate(/* private fields */);