Struct rust_sitter::errors::ParseError
source · pub struct ParseError {
pub reason: ParseErrorReason,
pub start: usize,
pub end: usize,
}Expand description
An error that occurred during parsing.
Fields§
§reason: ParseErrorReason§start: usizeInclusive start of the error.
end: usizeExclusive end of the error.