pub struct IncrementalLexer { /* private fields */ }Expand description
A simple incremental lexer that caches line-level token fingerprints.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IncrementalLexer
impl RefUnwindSafe for IncrementalLexer
impl Send for IncrementalLexer
impl Sync for IncrementalLexer
impl Unpin for IncrementalLexer
impl UnsafeUnpin for IncrementalLexer
impl UnwindSafe for IncrementalLexer
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