Struct rust_sitter::errors::ParseError
source · [−]pub struct ParseError {
pub reason: ParseErrorReason,
pub start: usize,
pub end: usize,
}Fields
reason: ParseErrorReasonstart: usizeInclusive start of the error.
end: usizeExclusive end of the error.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ParseError
impl Send for ParseError
impl Sync for ParseError
impl Unpin for ParseError
impl UnwindSafe for ParseError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more