Type Alias hcl::eval::Func

source ยท
pub type Func = fn(_: FuncArgs) -> Result<Value, String>;
Expand description

A type alias for the signature of functions expected by the FuncDef type.