pub struct SpanGuard<'a> { /* private fields */ }Expand description
When a SpanGuard is dropped, it saves the execution time of the
corresponding span in the global call graph.
pub struct SpanGuard<'a> { /* private fields */ }When a SpanGuard is dropped, it saves the execution time of the
corresponding span in the global call graph.