Type Alias muse_lang::runtime::value::EqFn

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

A boxed eq handler used in a TypeVtable.

Aliased Type§

struct EqFn(/* private fields */);