Skip to main content

InitFn

Type Alias InitFn 

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

Aliased Typeยง

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