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(/* private fields */);