UnaryFunctionFn

Type Alias UnaryFunctionFn 

Source
pub type UnaryFunctionFn = fn(&Vec<Type>, &Type, Object) -> Result<Object, String>;