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