Type Definition netidx_bscript::vm::InitFn

source ·
pub type InitFn<C, E> = Arc<dyn Fn(&mut ExecCtx<C, E>, &[Node<C, E>], Path, ExprId) -> Box<dyn Apply<C, E> + Send + Sync> + Send + Sync>;