pub type TranslationMap = FxHashMap<String, String>;
A map of translations.
pub struct TranslationMap { /* private fields */ }