Struct tree_sitter::QueryError
source · [−]pub struct QueryError {
pub row: usize,
pub column: usize,
pub offset: usize,
pub message: String,
pub kind: QueryErrorKind,
}Expand description
An error that occurred when trying to create a Query.
Fields
row: usizecolumn: usizeoffset: usizemessage: Stringkind: QueryErrorKindTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.