pub fn save_context<R>( context: &mut Context<'_>, callback: impl FnOnce() -> R, ) -> R
Store future context in the thread local.