Function ketos::exec::execute_function [] [src]

pub fn execute_function(ctx: &Context,
                        fun: Function,
                        args: Vec<Value>)
                        -> Result<Value, Error>

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