Type Alias BuiltInInitFn

Source
pub type BuiltInInitFn<R, E> = Arc<dyn for<'a, 'b, 'c> Fn(&'a mut ExecCtx<R, E>, &'a FnType, &'b ModPath, &'c [Node<R, E>], ExprId) -> Result<Box<dyn Apply<R, E>>> + Send + Sync + 'static>;

Aliased Typeยง

pub struct BuiltInInitFn<R, E> { /* private fields */ }