Ident

Type Alias Ident 

Source
pub type Ident = Ck<UnicodeIdent>;
Expand description

Borrowed checked string containing a Unicode identifier.

See UnicodeIdent for more details.

Aliased Typeยง

#[repr(transparent)]
pub struct Ident { /* private fields */ }