pub type EqFn = Box<dyn Fn(&AnyDynamic, ContextOrGuard<'_, '_, '_>, &Value) -> Result<bool, Fault> + Send + Sync>;
A boxed eq handler used in a TypeVtable.
TypeVtable
struct EqFn(/* private fields */);