close_span

Function close_span 

Source
pub fn close_span(_span: Span)
Expand description

Call this if you want to explicitly close a span before the end of the scope in which the span was defined. Equivalent to span.drop().