pub trait I18NTrait { type K: Eq + Hash + Default + Copy; type V: I18NFallback; }
This trait groups Key, Value types for a given I18N implementation.