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