Type Definition oters_lang::export::ExportFns

source ·
pub type ExportFns = HashMap<String, (fn(_: Vec<Value>) -> Value, Vec<Type>, Type)>;