Function save_context

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

Store future context in the thread local.