Struct time_graph::SpanGuard [−][src]
pub struct SpanGuard<'a> { /* fields omitted */ }Expand description
When a SpanGuard is dropped, it saves the execution time of the
corresponding span in the global call graph.
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for SpanGuard<'a>impl<'a> UnwindSafe for SpanGuard<'a>