fn builtin_sum_variants(receiver: &str) -> Vec<(String, String)>Expand description
Variants of a built-in sum type (HttpResult/QueueResult), sourced from
the AST variant registries so a new variant surfaces in completion for free
(ADR 0093 D2/G3). Empty for any other receiver.