Type Alias muse_lang::runtime::value::ConstructFn

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

A boxed constructor used in a TypeVtable.

Aliased Type§

struct ConstructFn(/* private fields */);