pub struct IncrementalContext<'a, L: Language> { /* private fields */ }Expand description
Encapsulates incremental parsing logic.
Implementations§
Auto Trait Implementations§
impl<'a, L> Freeze for IncrementalContext<'a, L>
impl<'a, L> RefUnwindSafe for IncrementalContext<'a, L>
impl<'a, L> Send for IncrementalContext<'a, L>
impl<'a, L> Sync for IncrementalContext<'a, L>
impl<'a, L> Unpin for IncrementalContext<'a, L>
impl<'a, L> UnwindSafe for IncrementalContext<'a, L>where
<L as Language>::TokenType: UnwindSafe + RefUnwindSafe,
<L as Language>::ElementType: RefUnwindSafe,
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more