pub fn with_context_value<T, F, R>(value: T, f: F) -> Rwhere T: 'static + Clone, F: FnOnce() -> R,
Execute a function with a scoped context value