get_span
Method
This is a method of the TraceContext class in the trace module.Get a span by ID.
Signature
Parameters
No description available.
Returns
The result of the operation.
get_span: Get a span by ID.
This is a method of the TraceContext class in the trace module.Get a span by ID.
def get_span(&self, span_id: &str) -> Option<&Span>