pub struct Highlighter { /* private fields */ }Expand description
One language’s parser + highlight query. Reparses on demand; the incremental edit-diff feed (0001 pillar 4) lands when the core reports edits — prototype correctness first, per-frame cost is invisible at demo file sizes.
Implementations§
Auto Trait Implementations§
impl Freeze for Highlighter
impl RefUnwindSafe for Highlighter
impl Send for Highlighter
impl Sync for Highlighter
impl Unpin for Highlighter
impl UnsafeUnpin for Highlighter
impl UnwindSafe for Highlighter
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