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