Type Alias style::servo::selector_parser::Lang

source ·
pub type Lang = Box<str>;
Expand description

The type used for storing :lang arguments.

Aliased Type§

struct Lang(Unique<str>, Global);

Fields§

§0: Unique<str>§1: Global