Function ketos::exec::execute_lambda [] [src]

pub fn execute_lambda(ctx: &Context,
                      lambda: Lambda,
                      args: Vec<Value>)
                      -> Result<Value, Error>

Executes a Lambda in the given scope and returns the value.