eval_closure

Function eval_closure 

Source
pub fn eval_closure(
    func: &Func,
    closure: &LazyHash<Closure>,
    routines: &Routines,
    world: Tracked<'_, dyn World + '_>,
    introspector: Tracked<'_, Introspector>,
    traced: Tracked<'_, Traced>,
    sink: TrackedMut<'_, Sink>,
    route: Tracked<'_, Route<'_>>,
    context: Tracked<'_, Context<'_>>,
    args: Args,
) -> SourceResult<Value>
Expand description

Call the function in the context with the arguments.