pub fn with_context_stack<R, F: FnOnce(&ContextStack) -> R>(f: F) -> RExpand description
Execute a closure with the thread-local context stack.
pub fn with_context_stack<R, F: FnOnce(&ContextStack) -> R>(f: F) -> RExecute a closure with the thread-local context stack.