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