pub type EvalFn = Box<dyn Fn(&Path) -> Result<Project, Error> + Send + Sync>;
Function type for evaluating env.cue files
pub struct EvalFn(/* private fields */);