pub type LangStringMap<'a> = HashMap<Cow<'a, str>, Cow<'a, str>>;
Expand description

A map of translated strings, each one translated to the language indicated in the key. See 4.7 Natural Language Values in the Activity Streams 2.0 spec for more info.