Type Alias muse_lang::runtime::value::CallFn

source ·
pub type CallFn = Box<dyn Fn(&AnyDynamic, &mut VmContext<'_, '_>, Arity) -> Result<Value, Fault> + Send + Sync>;
Expand description

A boxed call handler used in a TypeVtable.

Aliased Type§

struct CallFn(/* private fields */);