Type Alias 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>;

Aliased Type§

struct InitFn<C, E> { /* private fields */ }