Struct sp_tracing::span::Entered [−][src]
pub struct Entered<'a> { /* fields omitted */ }
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.
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for Entered<'a>
impl<'a> !UnwindSafe for Entered<'a>