intl_model

Type Alias Messages

Source
pub type Messages = BTreeMap<u64, String>;
Expand description

The message catalog. Maps unique IDs (as generated by the message_id::gen_ids) to individual message. The catalog does not know about the locale it is intended for, and additional metadata is needed to assert that. See Model for details on how it fits together.

Aliased Typeยง

struct Messages { /* private fields */ }