pub async fn with_backtrace_tracking<F>(f: F) -> F::Outputwhere F: Future,
Set a task_local variable for this future f, so any panic occurred in f can be stored and retrieved later.