pub fn save_context<R>(
    context: &mut Context<'_>,
    callback: impl FnOnce() -> R
) -> R
Expand description

Store future context in the thread local.