Skip to main content

BuiltInInitFn

Type Alias BuiltInInitFn 

Source
pub type BuiltInInitFn<R, E> = for<'a, 'b, 'c> fn(&'a mut ExecCtx<R, E>, &'a FnType, &'b Scope, &'c [Node<R, E>], ExprId) -> Result<Box<dyn Apply<R, E>>>;