Type Alias muse_lang::runtime::value::UnaryFn

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

A boxed single-argument handler used in a TypeVtable.

Aliased Type§

struct UnaryFn(/* private fields */);