Ident

Type Alias Ident 

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

Borrowed checked string containing a Rust identifier.

See RustIdent for more details.

Aliased Typeยง

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