Type Alias Lang

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

The type used for storing :lang arguments.

Aliased Typeยง

pub struct Lang(/* private fields */);