tinymist_l10n

Type Alias TranslationMap

Source
pub type TranslationMap = FxHashMap<String, String>;
Expand description

A map of translations.

Aliased Typeยง

struct TranslationMap { /* private fields */ }