Type Alias LocalizedText

Source
pub type LocalizedText = HashMap<String, String>;
Expand description

A map between languages and the associated content in that language.

Aliased Typeยง

struct LocalizedText { /* private fields */ }