pub struct DummyTracer;
Expand description
A dummy tracer, no always we want trace the parser (maybe).
Trait Implementations§
Source§impl KParserTracer for DummyTracer
impl KParserTracer for DummyTracer
Auto Trait Implementations§
impl Freeze for DummyTracer
impl RefUnwindSafe for DummyTracer
impl Send for DummyTracer
impl Sync for DummyTracer
impl Unpin for DummyTracer
impl UnwindSafe for DummyTracer
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