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