pub type Lang = Box<str>;
The type used for storing :lang arguments.
:lang
struct Lang(/* private fields */);