Type Alias Function

Source
pub type Function = for<'x> fn(&'x Context<'x>, Vec<Variable>) -> Variable;