macro_rules! for_each_tts_provider_slot {
($mac:ident, $rate_ty:ty) => { ... };
}Expand description
Slot list for TTS providers. Single source of truth shared between the typed-provider wrapper and the cost-rates wrapper — adding a TTS family is a one-line edit here.