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

A string that is written in the language of the context, which may not be defined. See 4.7 Natural Language Values in the Activity Streams 2.0 spec for more info.