pub type Func = fn(FuncArgs) -> Result<Value, String>;
A type alias for the signature of functions expected by the FuncDef type.
FuncDef