pub fn history_variant_name(handler: &str) -> StringExpand description
The .call variant tag for a handler: the handler name with its first letter
upper-cased (spend → Spend, topUp → TopUp). The reader matches this
with is / match (s.call is Spend).