Type Alias muse_lang::runtime::value::TruthyFn

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

A boxed truthy handler used in a TypeVtable.

Aliased Type§

struct TruthyFn(/* private fields */);