Type Alias sieve::Function

source ·
pub type Function = for<'x> fn(_: &'x Context<'x>, _: Vec<Variable>) -> Variable;