[][src]Function replicante_util_actixweb::with_request_span

pub fn with_request_span<B, R>(request: &mut HttpRequest, block: B) -> R where
    B: FnOnce(Option<&mut Span>) -> R, 

Access the request's tracing span.