pub fn traced<F: Future>(fut: F) -> (TracedTask<F>, TraceHandle)Expand description
Constructs a traced future with its associated trace handle.
pub fn traced<F: Future>(fut: F) -> (TracedTask<F>, TraceHandle)Constructs a traced future with its associated trace handle.