Skip to main content

for_each_builtin

Macro for_each_builtin 

Source
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.