pub type CallFn = Box<dyn Fn(&AnyDynamic, &mut VmContext<'_, '_>, Arity) -> Result<Value, Fault> + Send + Sync>;
A boxed call handler used in a TypeVtable.
TypeVtable
struct CallFn(/* private fields */);