macro_rules! for_each_builtin {
($macro:ident) => { ... };
}Expand description
Expands $macro!(...) once per BuiltinMethod variant — the single source of truth for
“all builtin methods” used by name lookup, registry exports, and any future cross-cutting
per-method generation. Variant names match the corresponding defs::* struct names.