pub trait EnteredTraceSpan { }
Expand description
A marker trait returned by crate::interpret::Machine::enter_trace_span, identifying either a
real tracing::span::EnteredSpan in case tracing is enabled, or the dummy type ()
when
tracing is disabled.