Home
last modified time | relevance | path

Searched defs:Entered (Results 1 – 2 of 2) sorted by relevance

/third_party/rust/crates/tracing/tracing/src/
Dspan.rs387 pub struct Entered<'a> { struct
391 /// An owned version of [`Entered`], a guard representing a span which has been argument
1565 impl<'a> Drop for Entered<'a> { implementation
1615 impl AssertSync for Entered<'_> {} implementation
/third_party/rust/crates/tracing/tracing-core/src/
Ddispatcher.rs225 struct Entered<'a>(&'a State); struct
811 impl<'a> Entered<'a> { implementation
822 impl<'a> Drop for Entered<'a> { implementation