Struct tree_sitter::QueryPredicate
source · [−]pub struct QueryPredicate {
pub operator: Box<str>,
pub args: Vec<QueryPredicateArg>,
}
Expand description
A key-value pair associated with a particular pattern in a Query
.
Fields
operator: Box<str>
args: Vec<QueryPredicateArg>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.