Type Alias muse_lang::runtime::value::BinaryFn

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

A boxed two-argument handler used in a TypeVtable.

Aliased Type§

struct BinaryFn(/* private fields */);