style::servo::selector_parser

Type Alias Lang

Source
pub type Lang = Box<str>;
Expand description

The type used for storing :lang arguments.

Aliased Typeยง

struct Lang(/* private fields */);