[−][src]Macro sp_tracing::enter_span
Enter a span.
The span will be valid, until the scope is left.
Example
sp_tracing::enter_span!("test-span");
Enter a span.
The span will be valid, until the scope is left.
sp_tracing::enter_span!("test-span");