pub struct Tracer { /* private fields */ }Expand description
Structured tracing observer for engine execution.
This observer emits lifecycle and progress events using the tracing
ecosystem. It is designed to remain thin and not interpret numerical
semantics beyond formatting.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tracer
impl RefUnwindSafe for Tracer
impl Send for Tracer
impl Sync for Tracer
impl Unpin for Tracer
impl UnsafeUnpin for Tracer
impl UnwindSafe for Tracer
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