Skip to main content

replace_eval_hook

Function replace_eval_hook 

Source
pub fn replace_eval_hook(hook: Option<Arc<EvalHookFn>>) -> EvalHookGuard
Expand description

Replace the global eval hook for the duration of the returned guard’s lifetime. Mirrors the pattern used by replace_async_handler.