capture_tracing

Function capture_tracing 

Source
pub fn capture_tracing<F, T>(f: F) -> CapturedTracing<T>
where F: FnOnce() -> T,