start_span
Method
This is a method of the TraceContext class in the trace module.Start a new span.
Signature
Parameters
No description available.
No description available.
Returns
The result of the operation.
start_span: Start a new span.
This is a method of the TraceContext class in the trace module.Start a new span.
def start_span(&mut self, name: impl Into<String>, kind: SpanKind) -> String