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