Skip to main content

Function

Type Alias Function 

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