pub struct Entered<'a> { /* private fields */ }
Expand description
A guard representing a span which has been entered and is currently executing.
When the guard is dropped, the span will be exited.
This is returned by the Span::enter
function.
pub struct Entered<'a> { /* private fields */ }
A guard representing a span which has been entered and is currently executing.
When the guard is dropped, the span will be exited.
This is returned by the Span::enter
function.