Type Alias muse_lang::runtime::value::MatchesFn

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

A boxed matches handler used in a TypeVtable.

Aliased Type§

struct MatchesFn(/* private fields */);