pub type EvalHookFn = dyn Fn(String) -> EvalHookFuture + Send + Sync;
Function signature for the eval hook.